Replies: 2 comments
-
I think you have to share your project setup. So it is nearly impossible to guess the right problem fix. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Under windows 11, cl compiler, I took the vcpkg tag of March, I compile sqlpp11[sqlite3]:x64-windows-static. I try to compile a sqlpp11 example that fail, I deleted the vcpk folder, new git clone, retry with sqlpp11[sqlite3] the sqlpp11 example compile and it works. other thing a script sqlite2cpp.py is missing in installed/x64-windows/tools/sqlpp11, I got it from the github repo of sqlpp11. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I have 2 installations of vcpg, 1 for dynamic link, an other for static link.
With static link, I got the error below with Sqlpp11 (no error in dynamic).
The share folder is ok. I don't understand where is my mistake...
any clue ?
Thank,
[cmake] CMake Error at C:/vcpkg-static/scripts/buildsystems/vcpkg.cmake:859 (_find_package):
[cmake] Could not find a package configuration file provided by "Sqlpp11" with any
[cmake] of the following names:
[cmake]
[cmake] Sqlpp11Config.cmake
[cmake] sqlpp11-config.cmake
[cmake]
[cmake] Add the installation prefix of "Sqlpp11" to CMAKE_PREFIX_PATH or set
[cmake] "Sqlpp11_DIR" to a directory containing one of the above files. If
[cmake] "Sqlpp11" provides a separate development package or SDK, be sure it has
[cmake] been installed.
[cmake] Call Stack (most recent call first):
[cmake] CMakeLists.txt:45 (find_package)
Beta Was this translation helpful? Give feedback.
All reactions