Home GnuPG

Disable CMAKE_CXX_SCAN_FOR_MODULES. With CMake 3.28+ CMP0155 is set to NEW…

Description

Disable CMAKE_CXX_SCAN_FOR_MODULES. With CMake 3.28+ CMP0155 is set to NEW meaning C++ sources in targets with at least C++20 are scanned for modules. Since this project doesn't use module, we turn this off as it can slow down the compilation with newer compilers which have module support e.g., gcc 15

Details

Provenance
mlaurentAuthored on Aug 20 2025, 1:20 PM
Parents
rLIBKLEO12abee9218aa: GIT_SILENT Bump library version
Branches
Unknown
Tags
Unknown