diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-07 20:31:05 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-03-07 20:31:05 (GMT) |
commit | ccac9542b109ca6f1edc8a2460310068e90019aa (patch) | |
tree | d5faeb27ddbefbcc245ecb42f341000dbbfbd233 /CMakeGraphVizOptions.cmake | |
parent | 6d4b7425fdd5220c5875ee814ddcf7f516d783c9 (diff) | |
download | CMake-ccac9542b109ca6f1edc8a2460310068e90019aa.zip CMake-ccac9542b109ca6f1edc8a2460310068e90019aa.tar.gz CMake-ccac9542b109ca6f1edc8a2460310068e90019aa.tar.bz2 |
ENH: Add a way to overwrite some preferences and ignore certain targets
Diffstat (limited to 'CMakeGraphVizOptions.cmake')
-rw-r--r-- | CMakeGraphVizOptions.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeGraphVizOptions.cmake b/CMakeGraphVizOptions.cmake new file mode 100644 index 0000000..038f17e --- /dev/null +++ b/CMakeGraphVizOptions.cmake @@ -0,0 +1 @@ +SET(GRAPHVIZ_IGNORE_TARGETS "tartest;testSystemTools;testRegistry;testProcess;testIOS;testHashSTL;testFail;testCommandLineArguments;xrtest;LIBCURL;foo") |