We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc206b3 commit b2caf00Copy full SHA for b2caf00
CMakeLists.txt
@@ -21,13 +21,6 @@ option(PROJECT_WITH_EXECUTABLES "Compile main executables" ON)
21
option(PROJECT_WITH_TESTS "Compile tests" ON)
22
option(PROJECT_BUILD_DOC "Build documentation" ON)
23
24
-# external dependencies
25
-option(PROJECT_CLONE_GLEW "Initialize glew from remote repository as git submodule" ON)
26
-option(PROJECT_CLONE_GLFW "Initialize glfw from remote repository as git submodule" ON)
27
-option(PROJECT_CLONE_GLM "Initialize glm from remote repository as git submodule" ON)
28
-option(PROJECT_CLONE_EIGEN "Initialize Eigen3 from remote repository as git submodule" ON)
29
-option(PROJECT_CLONE_IMGUI "Initialize imgui from remote repository as git submodule" ON)
30
-
31
display_system_informations()
32
display_project_informations()
33
0 commit comments