diff options
| author | Don Bright <hugh.m.bright@gmail.com> | 2013-08-08 23:07:14 (GMT) | 
|---|---|---|
| committer | Don Bright <hugh.m.bright@gmail.com> | 2013-08-08 23:07:14 (GMT) | 
| commit | 6900160b7d67f2b572b5b3f9d1568904acf9d52f (patch) | |
| tree | b887ecba523dfe001893a554b04ab796045533de | |
| parent | c3e7d4bf038d5e4998c4b938346f27bfa65af106 (diff) | |
commit bugfix per report from chrysn to mailing list 8/8/13
| -rw-r--r-- | tests/CMakeLists.txt | 2 | 
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() | 
