diff --git a/cpp/cmake/rapids_config.cmake b/cpp/cmake/rapids_config.cmake index 559c1e8898..c3a6a0ef13 100644 --- a/cpp/cmake/rapids_config.cmake +++ b/cpp/cmake/rapids_config.cmake @@ -11,9 +11,6 @@ # or implied. See the License for the specific language governing permissions and limitations under # the License. # ============================================================================= -set(rapids-cmake-repo vuule/rapids-cmake) -set(rapids-cmake-branch test-nvcomp-4.0) - file(READ "${CMAKE_CURRENT_LIST_DIR}/../../VERSION" _rapids_version) if(_rapids_version MATCHES [[^([0-9][0-9])\.([0-9][0-9])\.([0-9][0-9])]]) set(RAPIDS_VERSION_MAJOR "${CMAKE_MATCH_1}")