Skip to content

Commit b2caf00

Browse files
committed
updated root cmakelists
1 parent dc206b3 commit b2caf00

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

-7
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,6 @@ option(PROJECT_WITH_EXECUTABLES "Compile main executables" ON)
2121
option(PROJECT_WITH_TESTS "Compile tests" ON)
2222
option(PROJECT_BUILD_DOC "Build documentation" ON)
2323

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-
3124
display_system_informations()
3225
display_project_informations()
3326

0 commit comments

Comments
 (0)