diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e10fb7..f36ccf4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,10 +9,6 @@ if (WIN32) string(REPLACE "/GR" "" CMAKE_CXX_FLAGS ${CMAKE_CXX_FLAGS}) endif() -if (NOT WIN32 AND NOT ANDROID) - set(CMAKE_CXX_COMPILER "clang++") -endif() - project (Kraken) macro (add_sources)