aboutsummaryrefslogtreecommitdiff
path: root/ports/sqlitecpp/portfile.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'ports/sqlitecpp/portfile.cmake')
-rw-r--r--ports/sqlitecpp/portfile.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/sqlitecpp/portfile.cmake b/ports/sqlitecpp/portfile.cmake
index 2af9c8cfa..a7e9a4267 100644
--- a/ports/sqlitecpp/portfile.cmake
+++ b/ports/sqlitecpp/portfile.cmake
@@ -23,6 +23,7 @@ vcpkg_configure_cmake(
-DSQLITECPP_RUN_CPPCHECK=OFF
-DSQLITECPP_INTERNAL_SQLITE=OFF
-DSQLITE_ENABLE_COLUMN_METADATA=OFF
+ -DSQLITECPP_INTERNAL_SQLITE=OFF
)
vcpkg_install_cmake()