Only apply tools for top-level directory (#36)

* update CPM.cmake

* only apply tools for top-level directory
This commit is contained in:
Lars Melchior
2020-04-29 10:21:19 +02:00
committed by GitHub
parent e362045719
commit 6a5efe38c1
5 changed files with 48 additions and 17 deletions

View File

@@ -4,6 +4,10 @@ project(GreeterStandalone
LANGUAGES CXX
)
# --- Import tools ----
include(../cmake/tools.cmake)
# ---- Dependencies ----
include(../cmake/CPM.cmake)