diff --git a/CMakeLists.txt b/CMakeLists.txt index e9a9b43d9..4ba83eb4f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,7 +14,7 @@ endif() find_program( GO go - HINTS "/usr/local/go" "C:/go/bin" + HINTS "/usr/local/go/bin" "C:/go/bin" ) if(NOT GO)