Browse Source

needs /bin?

Grant Limberg 5 years ago
parent
commit
09c9e338bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      CMakeLists.txt

+ 1 - 1
CMakeLists.txt

@@ -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)