From 09c9e338bc6c4ac719be8c1b6036c8c665962309 Mon Sep 17 00:00:00 2001 From: Grant Limberg Date: Wed, 10 Jun 2020 09:51:57 -0700 Subject: [PATCH] needs /bin? --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)