summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDon Bright <hugh.m.bright@gmail.com>2013-08-08 23:07:14 (GMT)
committerDon Bright <hugh.m.bright@gmail.com>2013-08-08 23:07:14 (GMT)
commit6900160b7d67f2b572b5b3f9d1568904acf9d52f (patch)
treeb887ecba523dfe001893a554b04ab796045533de
parentc3e7d4bf038d5e4998c4b938346f27bfa65af106 (diff)
commit bugfix per report from chrysn to mailing list 8/8/13
-rw-r--r--tests/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt
index f19cacc..6a50130 100644
--- a/tests/CMakeLists.txt
+++ b/tests/CMakeLists.txt
@@ -188,7 +188,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# Turn off Eigen SIMD optimization
if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
- if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "FreeBSD")
+ if(NOT ${CMAKE_SYSTEM_NAME} MATCHES "^FreeBSD")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -DEIGEN_DONT_ALIGN")
endif()
endif()
contact: Jan Huwald // Impressum