Removed printf debugging messages

This commit is contained in:
Markus Blatt 2014-02-06 13:21:23 +01:00 committed by Bård Skaflestad
parent e99e947927
commit 2fbe70e8a8

View File

@ -34,7 +34,6 @@ endif ()
# Detect the build dir suffix or subdirectory
string(REGEX REPLACE "${PROJECT_SOURCE_DIR}/?(.*)" "\\1" BUILD_DIR_SUFFIX "${PROJECT_BINARY_DIR}")
message("PROJECT_SOURCE_DIR=${PROJECT_SOURCE_DIR} PROJECT_BINARY_DIR=${PROJECT_BINARY_DIR} BUILD_DIR_SUFFIX=${BUILD_DIR_SUFFIX}")
# if a root is specified, then don't search in system directories
# or in relative directories to this one
if (OPM_PARSER_ROOT)
@ -85,7 +84,6 @@ if (CMAKE_SIZEOF_VOID_P)
math (EXPR _BITS "8 * ${CMAKE_SIZEOF_VOID_P}")
endif (CMAKE_SIZEOF_VOID_P)
message("_opm_parser_build=${_opm_parser_build}")
# these libraries constitute the parser core
find_library (OPM_PARSER_LIBRARY
NAMES "Parser"