mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-05 21:31:08 -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)
|