Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-12-06 11:28:17 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-12-06 11:28:17 +0300
commit1fad91e48508e842191a884be781dec204937814 (patch)
tree3d193be8034f1b71f2aeac85bd855f1dd0bd2bfb /tests/CMakeLists.txt
parentab7c74245bafb7656e4a6a93b46155ecd9cf89b0 (diff)
Get ready to merge with master.
Diffstat (limited to 'tests/CMakeLists.txt')
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index adcee5704..458d39860 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -27,5 +27,5 @@ add_subdirectory(libslic3r)
add_subdirectory(timeutils)
add_subdirectory(fff_print)
add_subdirectory(sla_print)
-add_subdirectory(cpp17)
+add_subdirectory(cpp17 EXCLUDE_FROM_ALL) # does not have to be built all the time
# add_subdirectory(example)