Skip to content

Commit

Permalink
CMake config: Propagate needed cxx standard (#676)
Browse files Browse the repository at this point in the history
  • Loading branch information
autoantwort committed Aug 8, 2023
1 parent 5bffff3 commit bfa79e0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ if(USE_AZURE)
endif()

add_library(dmlc ${SOURCE})
target_compile_features(dmlc PUBLIC cxx_std_${CMAKE_CXX_STANDARD})

# Sanitizer
if (DMLC_USE_SANITIZER)
Expand Down

0 comments on commit bfa79e0

Please sign in to comment.