diff options
author | Don Bright <hugh.m.bright@gmail.com> | 2011-11-27 03:35:53 (GMT) |
---|---|---|
committer | Don Bright <hugh.m.bright@gmail.com> | 2011-11-27 03:35:53 (GMT) |
commit | 2376814f2c4dd6e34a765ca37275b136785b26fd (patch) | |
tree | 3c569c78b1b0b6d0289850dc5836cabe702ed3c7 /tests/CMakeLists.txt | |
parent | 2454c85348b5d1c645d8fbe777cfe611dbb49131 (diff) |
make opencsg use framebuffer not pbuffer
Diffstat (limited to 'tests/CMakeLists.txt')
-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 f604f73..5605f6a 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -303,6 +303,7 @@ target_link_libraries(tests-cgal tests-common) add_library(tests-nocgal STATIC ${NOCGAL_SOURCES}) target_link_libraries(tests-nocgal tests-common) add_library(tests-offscreen STATIC ${OFFSCREEN_SOURCES}) +# set_target_properties(tests-offscreen PROPERTIES COMPILE_FLAGS "-DENABLE_OPENCSG -DENABLE_CGAL ${CGAL_CXX_FLAGS_INIT}") # # echotest |