• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Linux anti rollback compile

jel

Member
Joined
Mar 22, 2014
Messages
302
Reaction score
12
hello, I want to use the anti rollback system but I don't know how to proceed in this part.

Can anyone help me with this?

cmake -DCMAKE_TOOLCHAIN_FILE=../../vcpkg/scripts/buildsystems/vcpkg.cmake ..

cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo ..

how can i compile with these two different tags?
 
cmake -D CMAKE_BUILD_TYPE=RelWithDebInfo CMAKE_TOOLCHAIN_FILE=../../vcpkg/scripts/buildsystems/vcpkg.cmake ..
CMake Warning:
Ignoring extra path from command line:

"/root/otbr/build/CMAKE_BUILD_TYPE=RelWithDebInfo"


-- Disabled: ccache
-- Enabled: ipo
-- Enabled: openmp
-- Disabled: DEBUG LOG
CMake Error at src/CMakeLists.txt:88 (find_package):
Could not find a package configuration file provided by "cryptopp" with any
of the following names:

cryptoppConfig.cmake
cryptopp-config.cmake

Add the installation prefix of "cryptopp" to CMAKE_PREFIX_PATH or set
"cryptopp_DIR" to a directory containing one of the above files. If
"cryptopp" provides a separate development package or SDK, be sure it has
been installed.
 
Back
Top