From 5d71153eabf078194013480b27b6944649250500 Mon Sep 17 00:00:00 2001 From: Wayne Stambaugh Date: Mon, 30 Apr 2018 15:47:50 -0400 Subject: [PATCH] Fix macos build bug caused by commit 2f5fdcf3. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d74ac52fd7..67136fab04 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -431,7 +431,7 @@ if( NOT APPLE ) else() # everything without leading / is relative to CMAKE_INSTALL_PREFIX. # CMAKE_INSTALL_PREFIX is root of .dmg image - set( KICAD_BIN "." + set( KICAD_BIN ${CMAKE_INSTALL_PREFIX} CACHE PATH "Location of KiCad binaries." FORCE ) # some paths to single app bundle