Skip to content

Commit

Permalink
make a non-copyright change
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed May 16, 2024
1 parent 3f5172d commit 9760027
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions python/rmm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
#
# Unless required by applicable law or agreed to in writing, software distributed under the License
# is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express
# or implied. See the License for the specific language governing permissions and
# limitations under the License.
# or implied. See the License for the specific language governing permissions and limitations under
# the License.
# =============================================================================

cmake_minimum_required(VERSION 3.26.4 FATAL_ERROR)
Expand All @@ -26,6 +26,7 @@ find_package(rmm "${RAPIDS_VERSION}" REQUIRED)
include(rapids-cython-core)
rapids_cython_init()

# pass through logging level to spdlog
add_compile_definitions("SPDLOG_ACTIVE_LEVEL=SPDLOG_LEVEL_${RMM_LOGGING_LEVEL}")

add_subdirectory(rmm/_cuda)
Expand Down

0 comments on commit 9760027

Please sign in to comment.