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