summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_run/NoRunOutputVariable.cmake
blob: f9e5e0bc957d6dfb574ac8a12bdb1ea14d625054 (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
  RUN_OUTPUT_VARIABLE
  )