Skip to content

Commit 3cbdb0c

Browse files
committed
again
1 parent 726f891 commit 3cbdb0c

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
@@ -22,7 +22,7 @@ macro(build_install_botan)
2222
execute_process(
2323
COMMAND
2424
${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
25+
--build-tool=ninja --disable-deprecated-features --with-pkg-config --build-target=shared
2626
WORKING_DIRECTORY ${botan_BINARY_DIR}
2727
)
2828
execute_process(COMMAND ninja WORKING_DIRECTORY ${botan_BINARY_DIR})

0 commit comments

Comments
 (0)