--- CMakeLists.txt.orig 2017-11-18 23:59:48.000000000 -0800 +++ CMakeLists.txt 2017-11-19 00:01:36.000000000 -0800 @@ -157,17 +157,6 @@ endif() -#build engine without freepascal -if(BUILD_ENGINE_C AND NOT BUILD_ENGINE_JS) - find_package(Clang REQUIRED) - - if(${CLANG_VERSION} VERSION_LESS "3.0") - message(FATAL_ERROR "LLVM/Clang compiler required version is 3.0 but version ${CLANG_VERSION} was found!") - endif() - - set(CMAKE_C_COMPILER ${CLANG_EXECUTABLE}) - set(CMAKE_CXX_COMPILER ${CLANG_EXECUTABLE}) -endif() #server