Remove debug statment
authorChristoph Junghans <junghans@votca.org>
Tue, 15 Jan 2013 22:33:18 +0000 (15:33 -0700)
committerGerrit Code Review <gerrit@gerrit.gromacs.org>
Wed, 16 Jan 2013 00:09:29 +0000 (01:09 +0100)
* left from I1c2a27f6fc1162cf8999c65ff6173121109cfbad

Change-Id: If520406444a810bf2810f68cf97a4a1bbf8141de

CMakeLists.txt

index 311a052b13bc3190d9e813ed7f40fe06c20eb495..68c3306d4eae4c33802133ce9e2d281f004468ab 100644 (file)
@@ -236,7 +236,6 @@ endif()
 # First exclude compilers known to not work with OpenMP although claim to support it:
 # gcc 4.2.1 and gcc-llvm 4.2.1 (also claims to be 4.2.1) on Mac OS X
 # This fixes redmine 900 and needs to run before OpenMP flags are set below.
-message("CMAKE_COMPILER_IS_GNUCC: ${CMAKE_COMPILER_IS_GNUCC}")
 if (CMAKE_SYSTEM_NAME STREQUAL "Darwin" AND
     CMAKE_COMPILER_IS_GNUCC AND C_COMPILER_VERSION VERSION_LESS 4.3)
     message(STATUS "OpenMP multithreading not supported with gcc/llvm-gcc 4.2 on Mac OS X, disabled")