blob: 9746d92fdfde3a6e1e10f43693965f4229a96b2b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cmake/os/FreeBSD.cmake.orig 2018-09-27 09:15:26 UTC
+++ cmake/os/FreeBSD.cmake
@@ -30,8 +30,6 @@ IF(NOT FORCE_UNSUPPORTED_COMPILER)
IF(NOT HAVE_SUPPORTED_CLANG_VERSION)
MESSAGE(FATAL_ERROR "Clang 3.3 or newer is required!")
ENDIF()
- ELSE()
- MESSAGE(FATAL_ERROR "Unsupported compiler!")
ENDIF()
ENDIF()
|