Discussion:
[soci-users] SOCI CMake configuration
Daniel Estermann
2017-05-18 17:28:22 UTC
Permalink
Hello everybody,

I am trying to use SOCI in my project. I built it with the following comand:

cmake -G "MSYS Makefiles" -DWITH_SQLITE3=Off -DSOCI_STATIC=Off
-DSOCI_TESTS=Off -DWITH_ODBC=Off -DCMAKE_INSTALL_PREFIX=/mingw64 ..

And invoked make install after that. But it seemed not to install CMake
Modules to my prefix path. All I get are export modules. Here is my log:
http://sprunge.us/MMbf

Any idea what might be wrong here?

Loading...