mirror of
https://github.com/Kitware/CMake.git
synced 2026-04-22 06:09:14 -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
74 B
CMake
2 lines
74 B
CMake
try_compile(resultVar bin_dir_relative ${CMAKE_CURRENT_SOURCE_DIR}/src.c)
|