mirror of
https://github.com/Kitware/CMake.git
synced 2025-12-31 10:50:16 -06:00
Allow skipping the architecture check in the package version file generated from calling write_basic_package_version_file. Document said architecture check. Fixes: #16184
5 lines
61 B
CMake
5 lines
61 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(All)
|
|
run_cmake(ArchIndependent)
|