File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111# or implied. See the License for the specific language governing permissions and limitations under
1212# the License.
1313
14- # Use RAPIDS_VERSION_MAJOR_MINOR from rapids_config.cmake
14+ # Use RAPIDS_VERSION_MAJOR_MINOR from cmake/ rapids_config.cmake
1515set (CUVS_VERSION "${RAPIDS_VERSION_MAJOR_MINOR} " )
1616set (CUVS_FORK "rapidsai" )
1717set (CUVS_PINNED_TAG "branch-${RAPIDS_VERSION_MAJOR_MINOR} " )
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR)
1515
1616# ------------- configure rapids-cmake --------------#
1717
18- include (../cmake/thirdparty/fetch_rapids .cmake )
18+ include (../../ cmake/rapids_config .cmake )
1919include (rapids-cmake )
2020include (rapids-cpm )
2121include (rapids-cuda )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1111# or implied. See the License for the specific language governing permissions and limitations under
1212# the License.
1313
14- # Use RAPIDS_VERSION from cmake/thirdparty/fetch_rapids .cmake
15- set (CUVS_VERSION "${RAPIDS_VERSION } " )
14+ # Use RAPIDS_VERSION_MAJOR_MINOR from cmake/rapids_config .cmake
15+ set (CUVS_VERSION "${RAPIDS_VERSION_MAJOR_MINOR } " )
1616set (CUVS_FORK "rapidsai" )
17- set (CUVS_PINNED_TAG "branch-${RAPIDS_VERSION } " )
17+ set (CUVS_PINNED_TAG "branch-${RAPIDS_VERSION_MAJOR_MINOR } " )
1818
1919function (find_and_configure_cuvs )
2020 set (oneValueArgs VERSION FORK PINNED_TAG ENABLE_NVTX BUILD_CUVS_C_LIBRARY)
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ cmake_minimum_required(VERSION 3.30.4 FATAL_ERROR)
1515
1616# ------------- configure rapids-cmake --------------#
1717
18- include (../cmake/thirdparty/fetch_rapids .cmake )
18+ include (../../ cmake/rapids_config .cmake )
1919include (rapids-cmake )
2020include (rapids-cpm )
2121include (rapids-cuda )
You can’t perform that action at this time.
0 commit comments