Skip to content

Commit 692ef02

Browse files
committed
Remove debug messages from CMake subprojects
1 parent b6c84e9 commit 692ef02

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

subprojects/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
# along with s-dftd3. If not, see <https://www.gnu.org/licenses/>.
1616

1717
# Include the mctc-lib project
18-
message(STATUS "Looking for mctc-lib...")
1918
if(NOT TARGET mctc-lib)
2019
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/mctc-lib/CMakeLists.txt)
2120
add_subdirectory("mctc-lib")
@@ -30,8 +29,6 @@ if(NOT TARGET mctc-lib)
3029
)
3130
FetchContent_MakeAvailable("mctc-lib")
3231
endif()
33-
else()
34-
message(STATUS "mctc-lib already present")
3532
endif()
3633

3734
list(
@@ -40,7 +37,6 @@ list(
4037
)
4138

4239
# Include the mstore project
43-
message(STATUS "Looking for mstore...")
4440
if(NOT TARGET mstore)
4541
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/mstore/CMakeLists.txt)
4642
add_subdirectory("mstore")

0 commit comments

Comments
 (0)