From 30ffd7d1c6d027675d40c7a7945ccb7a4999cc46 Mon Sep 17 00:00:00 2001 From: maki49 <1579492865@qq.com> Date: Wed, 20 Sep 2023 16:35:31 +0800 Subject: [PATCH] remove RI-warning --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a8d7afde2..4c0ca69dbc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)