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 726f891 commit 3cbdb0cCopy full SHA for 3cbdb0c
cmake/SetBotan.cmake
@@ -22,7 +22,7 @@ macro(build_install_botan)
22
execute_process(
23
COMMAND
24
${PYTHON_EXECUTABLE} ${botan_SOURCE_DIR}/configure.py --prefix=${BOTAN_ROOT_DIR} --cc=${cmake_cxx_compiler_id}
25
- --build-tool='ninja' --disable-deprecated-features --with-pkg-config --build-target=shared
+ --build-tool=ninja --disable-deprecated-features --with-pkg-config --build-target=shared
26
WORKING_DIRECTORY ${botan_BINARY_DIR}
27
)
28
execute_process(COMMAND ninja WORKING_DIRECTORY ${botan_BINARY_DIR})
0 commit comments