summaryrefslogtreecommitdiff
path: root/Tests/RunCMake/try_compile/NoOutputVariable.cmake
blob: 13dc4b49f509087847cc19d9d968dfb7a54cc388 (plain)
1
2
3
4
include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})
try_compile(RESULT ${try_compile_bindir_or_SOURCES}
  ${CMAKE_CURRENT_SOURCE_DIR}/src.c
  OUTPUT_VARIABLE)