Skip to content

Commit

Permalink
Merge pull request #9561 from gilles-peskine-arm/cmake-underscore_D
Browse files Browse the repository at this point in the history
Fix typo that caused cpp_dummy_build not to be built with CMake
  • Loading branch information
paul-elliott-arm authored Sep 12, 2024
2 parents 5f71537 + 236e05d commit 2f620f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/scripts/components-build-system.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ component_test_cmake_out_of_source () {
mkdir "$OUT_OF_SOURCE_DIR"
cd "$OUT_OF_SOURCE_DIR"
# Note: Explicitly generate files as these are turned off in releases
cmake -D CMAKE_BUILD_TYPE:String=Check -D GEN_FILES=ON _D TEST_CPP=1 "$MBEDTLS_ROOT_DIR"
cmake -D CMAKE_BUILD_TYPE:String=Check -D GEN_FILES=ON -D TEST_CPP=1 "$MBEDTLS_ROOT_DIR"
make

msg "test: cmake 'out-of-source' build"
Expand Down

0 comments on commit 2f620f3

Please sign in to comment.