Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
illwieckz committed Jun 28, 2024
1 parent ca4931a commit c6fdbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ steps:
export CMAKE_BUILD_PARALLEL_LEVEL="$(${NPROC_TOOL})"
echo "${CMAKE_BUILD_PARALLEL_LEVEL}"
cmake -S. -Bbuild \
-G${CMAKE_GENERATOR} \
-G"${CMAKE_GENERATOR}" \
-DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${CXX_COMPILER} \
-DCMAKE_TOOLCHAIN_FILE=${TOOLCHAIN_FILE} \
-DBUILD_CRUNCH=ON -DBUILD_SHARED_LIBCRN=ON -DBUILD_EXAMPLES=${BUILD_EXAMPLES}
Expand Down

0 comments on commit c6fdbfd

Please sign in to comment.