mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-23 14:48:19 -05:00
5 lines
133 B
CMake
5 lines
133 B
CMake
try_run(RUN_RESULT COMPILE_RESULT
|
|
${CMAKE_CURRENT_BINARY_DIR}/CMakeTmp ${CMAKE_CURRENT_SOURCE_DIR}/src.c
|
|
RUN_OUTPUT_VARIABLE
|
|
)
|