- Notifications
You must be signed in to change notification settings - Fork202
Open
Description
The recent release makes use ofCXX_SCAN_FOR_MODULES, which was not added to CMake until 3.28.
This should be trivially fixable by making the application ofCXX_SCAN_FOR_MODULES conditional based on CMake version, like:
if(CMAKE_VERSIONVERSION_GREATER_EQUAL"3.28")set_property(TARGET${PROJECT_NAME} PROPERTY CXX_SCAN_FOR_MODULES 0)endif()
Metadata
Metadata
Assignees
Labels
No labels