Skip to content

Commit ddb9941

Browse files
committed
inherit BUILD_SHARED_LIBS
1 parent 24d3fe6 commit ddb9941

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ cmake_dependent_option(THREEPP_USE_EXTERNAL_GLFW "Use externally supplied GLFW"
2020
cmake_dependent_option(THREEPP_BUILD_EXAMPLE_PROJECTS "Build example projects" ON "THREEPP_BUILD_EXAMPLES" OFF)
2121
cmake_dependent_option(THREEPP_FETCH_ASSIMP "Make assimp available for examples" ON "THREEPP_BUILD_EXAMPLES" OFF)
2222

23-
option(BUILD_SHARED_LIBS "Build shared libraries" OFF)
24-
2523

2624
# ==============================================================================
2725
# Global internal configuration

0 commit comments

Comments
 (0)