Skip to content

Commit

Permalink
Remove debug messages from CMake subprojects
Browse files Browse the repository at this point in the history
  • Loading branch information
awvwgk committed May 27, 2021
1 parent b6c84e9 commit 692ef02
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions subprojects/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
# along with s-dftd3. If not, see <https://www.gnu.org/licenses/>.

# Include the mctc-lib project
message(STATUS "Looking for mctc-lib...")
if(NOT TARGET mctc-lib)
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/mctc-lib/CMakeLists.txt)
add_subdirectory("mctc-lib")
Expand All @@ -30,8 +29,6 @@ if(NOT TARGET mctc-lib)
)
FetchContent_MakeAvailable("mctc-lib")
endif()
else()
message(STATUS "mctc-lib already present")
endif()

list(
Expand All @@ -40,7 +37,6 @@ list(
)

# Include the mstore project
message(STATUS "Looking for mstore...")
if(NOT TARGET mstore)
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/mstore/CMakeLists.txt)
add_subdirectory("mstore")
Expand Down

0 comments on commit 692ef02

Please sign in to comment.