1
1
mirror of https://github.com/tstack/lnav.git synced 2024-09-11 21:07:39 +03:00
lnav/cmake/project-is-top-level.cmake

7 lines
154 B
CMake

# This variable is set by project() in CMake 3.21+
string(
COMPARE EQUAL
"${CMAKE_SOURCE_DIR}" "${PROJECT_SOURCE_DIR}"
PROJECT_IS_TOP_LEVEL
)