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