Skip to content

Commit 8da2b9c

Browse files
committed
Fix path
1 parent 977bf44 commit 8da2b9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/build_static.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ source rapids-date-string
77

88
rapids-logger "Static cpp build"
99

10-
cmake -S cpp -B build -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=ON
10+
cmake -S . -B build -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=ON
1111
cmake --build build
1212
ctest --test-dir build --output-on-failure

0 commit comments

Comments
 (0)