Skip to content

Commit 7312683

Browse files
committed
--disable-deprecated-features for build botan
1 parent f565534 commit 7312683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/SetBotan.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ macro(build_install_botan)
1919
# configure build and install
2020
execute_process(
2121
COMMAND ${PYTHON_EXECUTABLE} ${botan_SOURCE_DIR}/configure.py --prefix=${BOTAN_ROOT_DIR}
22-
--cc=${cmake_cxx_compiler_id} --with-pkg-config --build-target=shared
22+
--cc=${cmake_cxx_compiler_id} --disable-deprecated-features --with-pkg-config --build-target=shared
2323
WORKING_DIRECTORY ${botan_BINARY_DIR}
2424
)
2525
if(CMAKE_CXX_COMPILER_ID MATCHES MSVC)

0 commit comments

Comments
 (0)