We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f565534 commit 7312683Copy full SHA for 7312683
cmake/SetBotan.cmake
@@ -19,7 +19,7 @@ macro(build_install_botan)
19
# configure build and install
20
execute_process(
21
COMMAND ${PYTHON_EXECUTABLE} ${botan_SOURCE_DIR}/configure.py --prefix=${BOTAN_ROOT_DIR}
22
- --cc=${cmake_cxx_compiler_id} --with-pkg-config --build-target=shared
+ --cc=${cmake_cxx_compiler_id} --disable-deprecated-features --with-pkg-config --build-target=shared
23
WORKING_DIRECTORY ${botan_BINARY_DIR}
24
)
25
if(CMAKE_CXX_COMPILER_ID MATCHES MSVC)
0 commit comments