Skip to content

Commit e1e194c

Browse files
committed
Add missing BUILD_SHARED_LIBS variable back
1 parent 84c678d commit e1e194c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake-init/templates/common/cmake/variables.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# consumers can trivially build and package the project
77
if(PROJECT_IS_TOP_LEVEL)
88
option(%(name)s_DEVELOPER_MODE "Enable developer mode" OFF)
9-
9+
{type shared} option(BUILD_SHARED_LIBS "Build shared libs." OFF){end}
1010
if("$ENV{CI}")
1111
set(%(name)s_DEVELOPER_MODE ON CACHE INTERNAL "")
1212
endif()

0 commit comments

Comments
 (0)