From 03101437972918fc5af6d7e7dbb80d099c1144ec Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Tue, 9 Feb 2016 08:56:15 +0000 Subject: [PATCH] --- CMakeLists.txt | 2 +- contrib/taucs/config/taucs_config_tests.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9274059b54..f9737b6a49 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -907,7 +907,7 @@ if(HAVE_SOLVER) add_definitions(-DOSTYPE_darwin) else(WIN32) add_definitions(-DOSTYPE_linux) - endif(WIN32) + endif(WIN32 OR CYGWIN) file(GLOB_RECURSE TAUCS_D ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/D/*.c) file(GLOB_RECURSE TAUCS_S ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/S/*.c) file(GLOB_RECURSE TAUCS_Z ${CMAKE_CURRENT_BINARY_DIR}/contrib/taucs/Z/*.c) diff --git a/contrib/taucs/config/taucs_config_tests.h b/contrib/taucs/config/taucs_config_tests.h index bb205e91b2..924c4c3c42 100644 --- a/contrib/taucs/config/taucs_config_tests.h +++ b/contrib/taucs/config/taucs_config_tests.h @@ -1,4 +1,4 @@ /* Definition for BLAS functions */ #define TAUCS_BLAS_UNDERSCORE /* Does the compiler support C99 complex numbers? */ -#define TAUCS_C99_COMPLEX +/* #define TAUCS_C99_COMPLEX */ -- GitLab