# HG changeset patch # User Jacob Alexander # Date 1462478250 25200 # Node ID 1a2fb67b023704d08670139ad3ad8d3ee71e03ed # Parent 7bc4c6249dff8f868fb6db0ebda2068a1b27fc71 Disable command list when using configurator diff -r 7bc4c6249dff -r 1a2fb67b0237 Lib/CMake/build.cmake --- a/Lib/CMake/build.cmake Tue Mar 22 19:51:43 2016 -0700 +++ b/Lib/CMake/build.cmake Thu May 05 12:57:30 2016 -0700 @@ -145,7 +145,7 @@ 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}/. )