diff options
| author | Victor Romero <romerosanchezv@gmail.com> | 2019-04-02 17:30:53 -0700 |
|---|---|---|
| committer | Victor Romero <romerosanchezv@gmail.com> | 2019-04-02 17:30:53 -0700 |
| commit | a0721f1bea3c54a6340bb1302a35881428212f6e (patch) | |
| tree | d5c688a4291a31e15a924fee0b582a11420c76bf /ports/sqlitecpp/portfile.cmake | |
| parent | 9596fe7dd72179045cd9460730a71e197e82b1c2 (diff) | |
| download | vcpkg-a0721f1bea3c54a6340bb1302a35881428212f6e.tar.gz vcpkg-a0721f1bea3c54a6340bb1302a35881428212f6e.zip | |
[sqlitecpp] Find sqlite3 includes from vcpkg
Diffstat (limited to 'ports/sqlitecpp/portfile.cmake')
| -rw-r--r-- | ports/sqlitecpp/portfile.cmake | 1 |
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() |
