소스 검색

Disable command list when using configurator

revert-113-ghost_fix
Jacob Alexander 8 년 전
부모
커밋
5eb4ebf02e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      Lib/CMake/build.cmake

+ 1
- 1
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}/. )