Skip to content

Commit 12522db

Browse files
gsitaramalazzaro
authored andcommitted
Unwind fix for deprecated functions
1 parent 8a1f37b commit 12522db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cmake/CompilerConfiguration.cmake

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,6 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
5151
if ((NOT (USE_MPI)) OR (NOT ("${MPI_Fortran_LIBRARY_VERSION_STRING}" MATCHES "Open MPI")))
5252
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -fsanitize=leak")
5353
endif ()
54-
if (USE_ACCEL MATCHES "hip" AND hip_VERSION GREATER_EQUAL 6.0.0) # Remove deprecated function error with ROCm v6+
55-
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-error=deprecated-declarations")
56-
endif ()
5754
elseif (CMAKE_CXX_COMPILER_ID STREQUAL "Clang")
5855
set(CMAKE_CXX_FLAGS_RELEASE "-O3 -funroll-loops")
5956
set(CMAKE_CXX_FLAGS_COVERAGE "-O0 -g --coverage")

0 commit comments

Comments
 (0)