summaryrefslogtreecommitdiffhomepage
path: root/cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2018-12-19 13:47:44 +0100
committerStanislaw Halik <sthalik@misaki.pl>2018-12-24 19:31:24 +0100
commit7b7990fb42ff8bd1c76f114a12b6cbf53a478108 (patch)
treee93a27e2bb4947a188109961b08b3a86d9703f39 /cmake
parent05bc404492c1648ae584b86e1bb6cb7aa74b9645 (diff)
cmake, modules: fix project language logic errors
Diffstat (limited to 'cmake')
-rw-r--r--cmake/opentrack-platform.cmake5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index d987f5cd..107130f5 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -64,11 +64,6 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
set(CMAKE_COMPILER_IS_CLANG TRUE)
endif()
-if((NOT CMAKE_COMPILER_IS_GNUCXX) EQUAL (NOT (NOT CMAKE_COMPILER_IS_GNUCC)))
- # this build system has logic errors otherwise
- message(FATAL_ERROR "use either use both gcc and g++ or neither")
-endif()
-
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")
set(LINUX TRUE)
endif()