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 83b453b commit dea9d25Copy full SHA for dea9d25
CMakeLists.txt
@@ -5,6 +5,11 @@
5
6
CMAKE_MINIMUM_REQUIRED(VERSION 2.6)
7
8
+# Check if the submodule cmake have been initialized
9
+IF(NOT EXISTS "${PROJECT_SOURCE_DIR}/cmake/base.cmake")
10
+ MESSAGE(FATAL_ERROR "\nPlease run the following command first:\ngit submodule update --init\n")
11
+ENDIF()
12
+
13
INCLUDE(cmake/base.cmake)
14
INCLUDE(cmake/boost.cmake)
15
INCLUDE(cmake/python.cmake)
0 commit comments