1
0
mirror of https://github.com/Kitware/CMake.git synced 2025-10-14 02:08:27 +08:00
Files
CMake/Tests/RunCMake/project/ProjectIsTopLevelSubdirectory-stdout.txt
friendlyanon 96a7040107 project: Define variables indicating whether project is top level
Define `PROJECT_IS_TOP_LEVEL` and `<PROJECT-NAME>_IS_TOP_LEVEL`.  The
latter is a STATIC cache entry just like other `<PROJECT-NAME>_*`
variables so that it is globally scoped.

Issue: #20310
Fixes: #21961
2021-03-26 09:35:34 -04:00

7 lines
190 B
Plaintext

-- PROJECT_IS_TOP_LEVEL=ON
-- PROJECT_IS_TOP_LEVEL=ON
-- PROJECT_IS_TOP_LEVEL=OFF
-- PROJECT_IS_TOP_LEVEL=ON
-- ProjectIsTopLevelSubdirectory_IS_TOP_LEVEL=ON
-- NotTopLevel_IS_TOP_LEVEL=OFF