From 37a69e57377aa33d196f94930b54d2713f490263 Mon Sep 17 00:00:00 2001 From: krzys-h Date: Wed, 23 Dec 2015 22:28:00 +0100 Subject: [PATCH] Try reenabling tests in MXE --- cmake/mxe.cmake | 2 -- 1 file changed, 2 deletions(-) diff --git a/cmake/mxe.cmake b/cmake/mxe.cmake index 03564539..2c440c9f 100644 --- a/cmake/mxe.cmake +++ b/cmake/mxe.cmake @@ -7,8 +7,6 @@ if((${CMAKE_CROSSCOMPILING}) AND (DEFINED MSYS)) set(PLATFORM_WINDOWS 1) set(PLATFORM_LINUX 0) set(PLATFORM_OTHER 0) - # Because some tests will not compile - set(TESTS OFF) # All must be static, CBOT and GLEW too set(CBOT_STATIC ON) set(GLEW_STATIC ON)