Skip to content

Commit

Permalink
remove rogue print
Browse files Browse the repository at this point in the history
  • Loading branch information
danholdaway committed Apr 30, 2024
1 parent b5aded7 commit 45c8142
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions bundle/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ project(GDAS-bundle VERSION 1.0.0 LANGUAGES C CXX Fortran )
include(GNUInstallDirs)
enable_testing()

# Print CMAKE_SOURCE_DIR
message(STATUS "CMAKE_SOURCE_DIR: ${CMAKE_SOURCE_DIR}")

# Build type.
if(NOT CMAKE_BUILD_TYPE MATCHES "^(Debug|Release|RelWithDebInfo|MinSizeRel)$")
message(STATUS "Setting build type to 'Release' as none was specified.")
Expand Down

0 comments on commit 45c8142

Please sign in to comment.