mirror of
https://github.com/reactos/CMake.git
synced 2025-04-07 09:41:32 +00: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)
|