diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-02-15 01:33:34 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-02-15 01:33:34 (GMT) |
commit | 5138dca395adb11753080017361d69abb82666a1 (patch) | |
tree | 73dbea5e4d14fe0c69ea4c16b827c6b7a7e5f5a8 | |
parent | d5019a964e376e8ad0ad398cc4cfb3d97509402d (diff) |
remove debug msg
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 23a183e..3f70b02 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -587,7 +587,6 @@ elseif (MINGW_CROSS_ENV_DIR) elseif(WIN32) set(GUI_BINPATH "${CMAKE_CURRENT_SOURCE_DIR}/../Release/openscad.exe") else() - message(STATUS "hellllllo2") set(GUI_BINPATH "${CMAKE_CURRENT_SOURCE_DIR}/../openscad") endif() |