Skip to content

Commit

Permalink
remove RI-warning
Browse files Browse the repository at this point in the history
  • Loading branch information
maki49 committed Sep 20, 2023
1 parent a619e15 commit 30ffd7d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -398,9 +398,6 @@ if(DEFINED LIBRI_DIR)
endif()
if(ENABLE_LIBRI)
set(CMAKE_CXX_STANDARD 14)
if(NOT (CMAKE_CXX_COMPILER_ID STREQUAL "Intel"))
message(WARNING "RI related features are only stable if compiled with Intel compiler.")
endif()
if(LIBRI_DIR)
include_directories(${LIBRI_DIR}/include)
elseif(GIT_SUBMODULE)
Expand Down

0 comments on commit 30ffd7d

Please sign in to comment.