Skip to content

Commit

Permalink
update to cxxstd 17 (#427)
Browse files Browse the repository at this point in the history
Co-authored-by: Alberto Invernizzi <[email protected]>
  • Loading branch information
teonnik and albestro authored Nov 10, 2021
1 parent 89ca6a0 commit 1e237a4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ enable_language(C)

# ----- CXX
enable_language(CXX)
set(CMAKE_CXX_STANDARD 14)

# ---- CUDA
if (DLAF_WITH_CUDA)
Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ target_link_libraries(dlaf.prop
)
target_compile_features(dlaf.prop
INTERFACE
cxx_std_14
cxx_std_17
)
target_compile_definitions(dlaf.prop
INTERFACE
Expand Down

0 comments on commit 1e237a4

Please sign in to comment.