Skip apps when we're included in someone else's build. Inspired by ssrlive in PR #813.
This commit is contained in:
@@ -564,7 +564,10 @@ if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME AND BUILD_TESTING AND
|
|||||||
add_subdirectory(tests)
|
add_subdirectory(tests)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
if (CMAKE_PROJECT_NAME STREQUAL PROJECT_NAME)
|
||||||
|
# skip apps when we're included in someone else's build
|
||||||
if (NOT MSVC) # cmd line apps don't built on Windows currently.
|
if (NOT MSVC) # cmd line apps don't built on Windows currently.
|
||||||
add_subdirectory(apps)
|
add_subdirectory(apps)
|
||||||
endif()
|
endif()
|
||||||
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user