mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
11 lines
335 B
CMake
11 lines
335 B
CMake
--- cmake/os/FreeBSD.cmake.orig 2018-12-19 17:43:09 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()
|
|
|