Closed mvnaz closed 4 years ago
I have added this
set(CMAKE_MODULE_PATH /home/mike/Downloads/soci-3.2.3/cmake/modules)
to CMakeLists.txt
and then executed make
command. After that bun Lib should be installed on my machine, or I have to run more commands ?
Hi! @mvnaz were you able to resolve this issue? I am facing the same issue when trying to build, i am getting the same error in cmake i.e. "include could not find requested file: FindSoci"
I have already successfully build and installed soci but still bun is not able to find it.
Hi, I want to use this library, it looks very useful, but I can't compile it.
I have created build folder in source root and under it executed
cmake ..
, and I got error:Then I have installed Boost, and now the error looks like this:
Soci I have installed to my machine.
How to fix this problem ?