We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010a2d0 commit a72266dCopy full SHA for a72266d
CMakeLists.txt
@@ -11,7 +11,6 @@ OPTION(JSONCPP_WITH_STRICT_ISO "Issue all the warnings demanded by strict ISO C
11
OPTION(JSONCPP_WITH_PKGCONFIG_SUPPORT "Generate and install .pc files" ON)
12
OPTION(JSONCPP_WITH_CMAKE_PACKAGE "Generate and install cmake package files" ON)
13
OPTION(BUILD_SHARED_LIBS "Build jsoncpp_lib as a shared library." OFF)
14
-OPTION(BUILD_STATIC_LIBS "Build jsoncpp_lib static library." ON)
15
16
# Ensures that CMAKE_BUILD_TYPE is visible in cmake-gui on Unix
17
IF(NOT WIN32)
0 commit comments