Skip to content

Commit fa6e05a

Browse files
committed
Add CMAKE_PREFIX_PATH
1 parent 0f442d2 commit fa6e05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/ci.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ _build_impl() {
3737
cd "$REPO_DIR"
3838
JOBS=4
3939
BUILD_TYPE=Release
40-
cmake -S test -B build -D CMAKE_BUILD_TYPE=${BUILD_TYPE}
40+
cmake -S test -B build -D CMAKE_BUILD_TYPE=${BUILD_TYPE} -D CMAKE_PREFIX_PATH="$INSTALL_PREFIX"
4141
cmake --build build --config ${BUILD_TYPE} -j ${JOBS}
4242
}
4343

0 commit comments

Comments
 (0)