summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_run/NoCompileOutputVariable.cmake
blob: 9eb7c5e9ddef1d6ec70e435403edecbf9c3dfaa2 (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
  COMPILE_OUTPUT_VARIABLE
  )