mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
If the bindir is not an absolute path, other errors occur later. Fail early with a clear error in this case.
2 lines
76 B
CMake
2 lines
76 B
CMake
try_run(runResultVar compileResultVar "" ${CMAKE_CURRENT_SOURCE_DIR}/src.c)
|