From 418dce6a4c8cf418e41ffd3115e04854fcd45e0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steffan=20S=C3=B8lvsten?= Date: Thu, 10 Aug 2023 17:16:42 +0200 Subject: [PATCH] Exclude TPIE and CNL dependency from all targets As suggested in #527 . --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5a345e867..561022d53 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,9 +55,9 @@ endif (ADIAR_SHARED) # Dependencies # ============================================================================ # option(COMPILE_TEST OFF) -add_subdirectory (external/tpie tpie) +add_subdirectory (external/tpie tpie EXCLUDE_FROM_ALL) -add_subdirectory (external/cnl cnl) +add_subdirectory (external/cnl cnl EXCLUDE_FROM_ALL) # ============================================================================ # # Core project