needs /bin?

This commit is contained in:
Grant Limberg 2020-06-10 09:51:57 -07:00
parent df9483408d
commit 09c9e338bc
No known key found for this signature in database
GPG key ID: 2BA62CCABBB4095A

View file

@ -14,7 +14,7 @@ endif()
find_program( find_program(
GO go GO go
HINTS "/usr/local/go" "C:/go/bin" HINTS "/usr/local/go/bin" "C:/go/bin"
) )
if(NOT GO) if(NOT GO)