-
StableCoder authored
Using CMAKE_COMPILER_IS_GNUCC or CMAKE_COMPILER_IS_GNUCXX is deprecated, and it is recommended to do string matching using CMAKE_C_COMPILER_ID or CMAKE_CXX_COMPILER_ID instead, which is far more flexible.
StableCoder authoredUsing CMAKE_COMPILER_IS_GNUCC or CMAKE_COMPILER_IS_GNUCXX is deprecated, and it is recommended to do string matching using CMAKE_C_COMPILER_ID or CMAKE_CXX_COMPILER_ID instead, which is far more flexible.
Loading