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