Skip to content

Commit

Permalink
Exclude TPIE and CNL dependency from all targets
Browse files Browse the repository at this point in the history
As suggested in #527 .
  • Loading branch information
SSoelvsten committed Aug 10, 2023
1 parent 601adfd commit 0f5e704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f5e704

Please sign in to comment.