diff options
author | don bright <hugh.m.bright@gmail.com> | 2011-12-07 06:36:33 (GMT) |
---|---|---|
committer | don bright <hugh.m.bright@gmail.com> | 2011-12-07 06:36:33 (GMT) |
commit | 9a665075c9df74fd646ad187636bc242a9a8816c (patch) | |
tree | 17da2a181e9031bb5309aee32018d1fd86a2f807 /doc/testing.txt | |
parent | 462a4f4f44543d89be829eac6bb64a33854a4dd9 (diff) |
update FindBoost from cmake git. improve crash handling + boost finding
Diffstat (limited to 'doc/testing.txt')
-rw-r--r-- | doc/testing.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/testing.txt b/doc/testing.txt index b94fd93..6b0f0d2 100644 --- a/doc/testing.txt +++ b/doc/testing.txt @@ -61,7 +61,7 @@ $ DISPLAY=:5 ctest the -D option. See CMakeLists.txt for more information. Examples: cmake . -DOPENCSG_DIR=~/OpenCSG-1.3.2 - cmake . -DCGAL_DIR=c:\CGAL-3.7 -DBOOST_ROOT=c:\boost_1_46_0 + cmake . -DCGAL_DIR=c:\CGAL-3.7 -DBOOST_DIR=c:\boost_1_46_0 2. Logs @@ -76,7 +76,8 @@ Cross-compiling of tests has not been automated nor tested 4. Testing images takes forever, they fail, and it says 'return -11' -Imagemagick may have crashed. Try passing -DCOMPARATOR=ncc to cmake +Imagemagick may have crashed. You can try using the alternate comparison +based on Normalized Cross Correlation. Pass -DCOMPARATOR=ncc to cmake 5. Testing images fails with 'morphology' not found for ImageMagick |