Skip to content

Commit 577062b

Browse files
committed
Remove useless BUILD_STATIC_LIBS option
1 parent 9eb7f9e commit 577062b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ OPTION(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C
1111
OPTION(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON)
1212
OPTION(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON)
1313
OPTION(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." OFF)
14-
OPTION(BUILD_STATIC_LIBS "Build jsoncpp_lib static library." ON)
1514

1615
# Ensures that CMAKE_BUILD_TYPE is visible in cmake-gui on Unix
1716
IF(NOT WIN32)

0 commit comments

Comments
 (0)