blob: 69ba328de060a7ee0dfd87b5c18f4e6063d6e231 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- cmake/os/FreeBSD.cmake.orig 2018-12-16 19:27:57 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()
|