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 29a9ab7 commit a63904aCopy full SHA for a63904a
CMakeLists.txt
@@ -30,6 +30,15 @@ else()
30
)
31
endif()
32
33
+###
34
+# Make sure submodules are updated
35
36
+message("Ensuring repository has all submodules...")
37
+execute_process(
38
+ COMMAND git submodule update --init --recursive
39
+ WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}
40
+)
41
+
42
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/submodules/date)
43
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/submodules/fmt)
44
0 commit comments