You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Trying to use find_package(SQLiteCpp) then results in the following error message:
-- Found SQLite3: /usr/local/include (found version "3.30.1")
CMake Error at /usr/local/lib/cmake/SQLiteCpp/SQLiteCppConfig.cmake:30 (include):
include could not find load file:
/usr/local/lib/cmake/SQLiteCpp/SQLiteCppTargets.cmake
The text was updated successfully, but these errors were encountered:
SQLiteCpp 3.0.0, RHEL 7.7 x86_64, CMake 3.14.6
make install
creates cmake files in both lib/cmake and lib64/cmake directories:Trying to use find_package(SQLiteCpp) then results in the following error message:
The text was updated successfully, but these errors were encountered: