summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/CommandLine/env-export-compile-commands-unset-check.cmake
blob: c5878f063427f08849d53c1bcc71c419a3660a05 (plain)
1
2
3
if(EXISTS "${RunCMake_TEST_BINARY_DIR}/compile_commands.json")
  set(RunCMake_TEST_FAILED "compile_commands.json generated with CMAKE_EXPORT_COMPILE_COMMANDS unset")
endif()