diff options
author | Marius Kintel <marius@kintel.net> | 2013-08-15 03:01:43 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-08-15 03:01:43 (GMT) |
commit | ea606f69fcf5e0c75b2b484f49d6f3fe1c69ff78 (patch) | |
tree | 99724a00db25f825d68752230f2b89751ca6d42f /tests | |
parent | 70247b75457afed5a1ca3c0caf1168dff22b690e (diff) | |
parent | af7e8320e2d0fda0e2b8505f50080ff3d33e7531 (diff) |
Merge branch 'master' of github.com:openscad/openscad
Diffstat (limited to 'tests')
-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() |