aboutsummaryrefslogtreecommitdiff
path: root/ports/jsoncpp/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ports/jsoncpp/portfile.cmake')
-rw-r--r--ports/jsoncpp/portfile.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/jsoncpp/portfile.cmake b/ports/jsoncpp/portfile.cmake
index f1badbd1e..f04620fd5 100644
--- a/ports/jsoncpp/portfile.cmake
+++ b/ports/jsoncpp/portfile.cmake
@@ -21,7 +21,6 @@ vcpkg_configure_cmake(
DISABLE_PARALLEL_CONFIGURE
OPTIONS -DJSONCPP_WITH_CMAKE_PACKAGE:BOOL=ON
-DBUILD_STATIC_LIBS:BOOL=${JSONCPP_STATIC}
- -DBUILD_SHARED_LIBS:BOOL=${JSONCPP_DYNAMIC}
-DJSONCPP_WITH_PKGCONFIG_SUPPORT:BOOL=OFF
-DJSONCPP_WITH_TESTS:BOOL=OFF
)