Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 328 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 328 Bytes

cpm_40.2_repro

Run cmake -S verify/ -B build in the root of the project to see the error.

The SOURCE_SUBDIR isn't being properly added to the <NAME>_SOURCE_DIR variable, which causes projects to break since <NAME>_SOURCE_DIR is a variable that the project() command also generates ( if it doesn't already exist ).