We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 977bf44 commit 8da2b9cCopy full SHA for 8da2b9c
ci/build_static.sh
@@ -7,6 +7,6 @@ source rapids-date-string
7
8
rapids-logger "Static cpp build"
9
10
-cmake -S cpp -B build -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=ON
+cmake -S . -B build -DBUILD_SHARED_LIBS=OFF -DBUILD_TESTS=ON
11
cmake --build build
12
ctest --test-dir build --output-on-failure
0 commit comments