We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c84e9 commit 692ef02Copy full SHA for 692ef02
subprojects/CMakeLists.txt
@@ -15,7 +15,6 @@
15
# along with s-dftd3. If not, see <https://www.gnu.org/licenses/>.
16
17
# Include the mctc-lib project
18
-message(STATUS "Looking for mctc-lib...")
19
if(NOT TARGET mctc-lib)
20
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/mctc-lib/CMakeLists.txt)
21
add_subdirectory("mctc-lib")
@@ -30,8 +29,6 @@ if(NOT TARGET mctc-lib)
30
29
)
31
FetchContent_MakeAvailable("mctc-lib")
32
endif()
33
-else()
34
- message(STATUS "mctc-lib already present")
35
36
37
list(
@@ -40,7 +37,6 @@ list(
40
41
38
42
39
# Include the mstore project
43
-message(STATUS "Looking for mstore...")
44
if(NOT TARGET mstore)
45
if(EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/mstore/CMakeLists.txt)
46
add_subdirectory("mstore")
0 commit comments