When running cmake .. in the build directory I get the following errors..
`CMake Error at CMakeLists.txt:26 (add_library):
Target "otextension" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:26 (add_library):
Target "otextension" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:26 (add_library):
Target "otextension" links to target "RELIC::relic" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
`
When running
cmake ..in the build directory I get the following errors..`CMake Error at CMakeLists.txt:26 (add_library):
Target "otextension" links to target "Boost::system" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:26 (add_library):
Target "otextension" links to target "Boost::thread" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
CMake Error at CMakeLists.txt:26 (add_library):
Target "otextension" links to target "RELIC::relic" but the target was not
found. Perhaps a find_package() call is missing for an IMPORTED target, or
an ALIAS target is missing?
`