We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 291ebaf commit 04c2960Copy full SHA for 04c2960
IGC/CMakeLists.txt
@@ -2907,23 +2907,6 @@ if(_igc_compiler_is_gnu_or_clang)
2907
)
2908
endif()
2909
2910
-if(ANDROID AND _igc_compiler_is_clang)
2911
- set(_igc_cxx_standard "-std=gnu++14")
2912
-else()
2913
- set(_igc_cxx_standard "-std=c++14")
2914
-endif()
2915
-
2916
-if(_igc_compiler_is_gnu_or_clang)
2917
- igc_config_flag_apply_settings(
2918
- CompilerOptions
2919
- CMAKE_CXX_FLAGS
2920
- ALL_PATTERN ""
2921
- SET_RAW
2922
- ${_igc_cxx_standard}
2923
- )
2924
2925
2926
2927
# ============================================ Linker options ==========================================
2928
2929
foreach(_linkerFlagName IN ITEMS "CMAKE_EXE_LINKER_FLAGS" "CMAKE_SHARED_LINKER_FLAGS")
0 commit comments