mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-12-18 12:34:36 +03:00
Only apply tools for top-level directory (#36)
* update CPM.cmake * only apply tools for top-level directory
This commit is contained in:
@@ -9,6 +9,10 @@ project(GreeterTests
|
||||
option(ENABLE_TEST_COVERAGE "Enable test coverage" OFF)
|
||||
option(TEST_INSTALLED_VERSION "Test the version found by find_package" OFF)
|
||||
|
||||
# --- Import tools ----
|
||||
|
||||
include(../cmake/tools.cmake)
|
||||
|
||||
# ---- Dependencies ----
|
||||
|
||||
include(../cmake/CPM.cmake)
|
||||
|
||||
Reference in New Issue
Block a user