Skip to content

Commit

Permalink
Remove the line setting CYCLONE_SOURCE_DIR in the build files for AZURE.
Browse files Browse the repository at this point in the history
  • Loading branch information
e-hndrks committed Apr 10, 2024
1 parent 5697815 commit 102d969
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .azure/templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ steps:
cmake -DCMAKE_BUILD_TYPE=${BUILD_TYPE} \
-DCMAKE_INSTALL_PREFIX=install \
-DCMAKE_PREFIX_PATH="${BUILD_SOURCESDIRECTORY}/cyclonedds/build/install;${BUILD_SOURCESDIRECTORY}/iceoryx/build/install;${BUILD_SOURCESDIRECTORY}/googletest/build/install" \
-DCYCLONE_SOURCE_DIR="${BUILD_SOURCESDIRECTORY}/cyclonedds" \
-DANALYZER=${ANALYZER:-off} \
-DSANITIZER=${SANITIZER:-none} \
-DENABLE_ICEORYX=${ICEORYX:-off} \
Expand Down

0 comments on commit 102d969

Please sign in to comment.