summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_run/NoWorkingDirectory.cmake
blob: 0d68182059392837d637c17a51ab565849324f0c (plain)
1
2
3
4
5
6
include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})

try_run(RUN_RESULT COMPILE_RESULT ${try_compile_bindir_or_SOURCES}
  ${CMAKE_CURRENT_SOURCE_DIR}/src.c
  WORKING_DIRECTORY
  )