Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
1uc committed Oct 30, 2024
1 parent 5eea4e5 commit 06bcbef
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tests/cmake_integration/test_cmake_integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ test_dependent_library() {
local project="dependent_library"
local project_dir="${TEST_DIR}/${project}"

make_submodule ${project_dir}

for use_boost in On Off
do
local build_dir="${TMP_DIR}/build"
Expand All @@ -53,6 +51,9 @@ test_dependent_library() {
local test_build_dir="${TMP_DIR}/test_build"
local test_install_dir="${TMP_DIR}/test_build/install"

make_submodule ${test_project}


rm -rf ${test_build_dir} || true

cmake -DUSE_BOOST=${use_boost} \
Expand Down

0 comments on commit 06bcbef

Please sign in to comment.