We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e8c014 commit bc7ce02Copy full SHA for bc7ce02
rapids_config.cmake
@@ -11,6 +11,10 @@
11
# or implied. See the License for the specific language governing permissions and limitations under
12
# the License.
13
# =============================================================================
14
+
15
+set(rapids-cmake-repo bdice/rapids-cmake)
16
+set(rapids-cmake-branch cccl-2.8.0)
17
18
file(READ "${CMAKE_CURRENT_LIST_DIR}/VERSION" _rapids_version)
19
if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]])
20
set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")
0 commit comments