We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84c678d commit e1e194cCopy full SHA for e1e194c
cmake-init/templates/common/cmake/variables.cmake
@@ -6,7 +6,7 @@
6
# consumers can trivially build and package the project
7
if(PROJECT_IS_TOP_LEVEL)
8
option(%(name)s_DEVELOPER_MODE "Enable developer mode" OFF)
9
-
+{type shared} option(BUILD_SHARED_LIBS "Build shared libs." OFF){end}
10
if("$ENV{CI}")
11
set(%(name)s_DEVELOPER_MODE ON CACHE INTERNAL "")
12
endif()
0 commit comments