NoCompileOutputVariable.cmake 191 B

123456
  1. include(${CMAKE_CURRENT_SOURCE_DIR}/${try_compile_DEFS})
  2. try_run(RUN_RESULT COMPILE_RESULT ${try_compile_bindir_or_SOURCES}
  3. ${CMAKE_CURRENT_SOURCE_DIR}/src.c
  4. COMPILE_OUTPUT_VARIABLE
  5. )