diff options
author | don bright <hugh.m.bright@gmail.com> | 2013-03-06 03:10:10 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2013-03-06 03:10:10 (GMT) |
commit | 974abf13049d5e73227418e3990af8a9bbf9db09 (patch) | |
tree | e1161129a3a05c63344cd009bd2d2705c3fa3e2c /tests | |
parent | 51be86ad29fe3012d46e81e279a66c76d79a052a (diff) |
fix strecthing with --imgsize per bug rept from Marius Kintel
Diffstat (limited to 'tests')
-rw-r--r-- | tests/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 47d21ac..9d8e26f 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -373,6 +373,7 @@ inclusion(CGAL_DIR CGAL_INCLUDE_DIRS) if(CMAKE_CXX_COMPILER MATCHES ".*clang.*") string(REPLACE "-frounding-math" "" CGAL_CXX_FLAGS_INIT ${CGAL_CXX_FLAGS_INIT}) + string(REPLACE "--param=ssp-buffer-size=4" "" CGAL_CXX_FLAGS_INIT ${CGAL_CXX_FLAGS_INIT}) endif() # Imagemagick |