From: Jacob Alexander Date: Thu, 5 May 2016 19:57:30 +0000 (-0700) Subject: Disable command list when using configurator X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=5eb4ebf02ef4c16b0f3f94a983cce629580a5d1f;p=kiibohd-controller.git Disable command list when using configurator --- diff --git a/Lib/CMake/build.cmake b/Lib/CMake/build.cmake index de58ea0..19ffd02 100644 --- a/Lib/CMake/build.cmake +++ b/Lib/CMake/build.cmake @@ -145,7 +145,7 @@ endif() set( CMAKE_EXPORT_COMPILE_COMMANDS ON ) #| Make sure symlink exists (for convenience) -if ( UNIX ) +if ( UNIX AND NOT DEFINED CONFIGURATOR ) # Make sure symlink is created immediately execute_process ( COMMAND ln -sfn ${CMAKE_BINARY_DIR}/compile_commands.json ${CMAKE_SOURCE_DIR}/. )