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
path: root/tests
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-10-04 10:14:57 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-10-04 10:14:57 +0300
commit320d18f07cd05da9d82762fa1bf8539a97586778 (patch)
tree92f76b39cb3fd13eab89e90ed1a9c1f07b4432f9 /tests
parentdf7c886fe690f2a42b75109400d88d7cc97d58d2 (diff)
Remove accidentally left cmake debug message
Diffstat (limited to 'tests')
-rw-r--r--tests/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index 1a447a75b..1e972f3bd 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -43,7 +43,6 @@ macro(subdirlist result curdir)
endmacro()
subdirlist(SUBDIRS ${CMAKE_CURRENT_LIST_DIR})
-message(STATUS ${SUBDIRS})
foreach(subdir ${SUBDIRS})
add_subdirectory(${subdir})