summaryrefslogtreecommitdiffhomepage
path: root/cmake/opentrack-platform.cmake
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-06-12 07:21:48 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-06-12 07:21:48 +0200
commit5b88ad389c9c50a3e0785b08f9572656b2d3fcda (patch)
tree25c8373ecb52b57777e8b01af40747034e63dd89 /cmake/opentrack-platform.cmake
parent466a0a8b251067cc74d8dddf7e4f50f44924a48d (diff)
cleanup
Diffstat (limited to 'cmake/opentrack-platform.cmake')
-rw-r--r--cmake/opentrack-platform.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/opentrack-platform.cmake b/cmake/opentrack-platform.cmake
index 9c1d73a7..4351a28d 100644
--- a/cmake/opentrack-platform.cmake
+++ b/cmake/opentrack-platform.cmake
@@ -33,7 +33,7 @@ if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
endif()
if((NOT CMAKE_COMPILER_IS_GNUCXX) EQUAL (NOT (NOT CMAKE_COMPILER_IS_GNUCC)))
- message(FATAL_ERROR "cannot use GNU C xor GNU C++")
+ message(FATAL_ERROR "cannot use either use both gcc and g++ or neither")
endif()
IF(CMAKE_SYSTEM_NAME STREQUAL "Linux")