mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-11 18:15:35 -06:00
Removed printf debugging messages
This commit is contained in:
parent
e99e947927
commit
2fbe70e8a8
@ -34,7 +34,6 @@ endif ()
|
|||||||
# Detect the build dir suffix or subdirectory
|
# Detect the build dir suffix or subdirectory
|
||||||
string(REGEX REPLACE "${PROJECT_SOURCE_DIR}/?(.*)" "\\1" BUILD_DIR_SUFFIX "${PROJECT_BINARY_DIR}")
|
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
|
# if a root is specified, then don't search in system directories
|
||||||
# or in relative directories to this one
|
# or in relative directories to this one
|
||||||
if (OPM_PARSER_ROOT)
|
if (OPM_PARSER_ROOT)
|
||||||
@ -85,7 +84,6 @@ if (CMAKE_SIZEOF_VOID_P)
|
|||||||
math (EXPR _BITS "8 * ${CMAKE_SIZEOF_VOID_P}")
|
math (EXPR _BITS "8 * ${CMAKE_SIZEOF_VOID_P}")
|
||||||
endif (CMAKE_SIZEOF_VOID_P)
|
endif (CMAKE_SIZEOF_VOID_P)
|
||||||
|
|
||||||
message("_opm_parser_build=${_opm_parser_build}")
|
|
||||||
# these libraries constitute the parser core
|
# these libraries constitute the parser core
|
||||||
find_library (OPM_PARSER_LIBRARY
|
find_library (OPM_PARSER_LIBRARY
|
||||||
NAMES "Parser"
|
NAMES "Parser"
|
||||||
|
Loading…
Reference in New Issue
Block a user