Skip to content

Commit

Permalink
[cmake] remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Beaujean authored and Frederik Beaujean committed Aug 19, 2017
1 parent 3851d76 commit 8e4f01a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,6 @@ set(PROJECT_LIB_NAME ${PROJECT_NAME_STR})

include_directories(${COMMON_INCLUDES})
file(GLOB SRC_FILES ${PROJECT_SOURCE_DIR}/src/*.cxx)
# list(APPEND SRC_FILES src/hcubature.c)
message("${SRC_FILES}")
file(GLOB HEADER_FILES ${COMMON_INCLUDES}/*.h)
add_library(${PROJECT_LIB_NAME} ${SRC_FILES})
target_link_libraries(${PROJECT_LIB_NAME} ${GSL_LIBRARIES})
Expand Down

0 comments on commit 8e4f01a

Please sign in to comment.