mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-24 07:08:38 -05:00
31ee3cd49d
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)
|