summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/try_compile/NoOutputVariable2.cmake
blob: 4d5dda3995eb150b0fb26aeaa94cf0ed36a60002 (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 CMAKE_FLAGS -DA=B)