diff options
author | Ken Martin <ken.martin@kitware.com> | 2005-02-16 17:31:00 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2005-02-16 17:31:00 (GMT) |
commit | e689bfa20102a1287a698c081b7c2670adfda120 (patch) | |
tree | a1c272b1103d05c78458d76596a28955f138856d /CTestCustom.ctest.in | |
parent | f2b427103af8b4558632adfeae9ce7de539dc817 (diff) | |
download | CMake-e689bfa20102a1287a698c081b7c2670adfda120.zip CMake-e689bfa20102a1287a698c081b7c2670adfda120.tar.gz CMake-e689bfa20102a1287a698c081b7c2670adfda120.tar.bz2 |
ENH: add supp for xlc linking on darwin
Diffstat (limited to 'CTestCustom.ctest.in')
-rw-r--r-- | CTestCustom.ctest.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CTestCustom.ctest.in b/CTestCustom.ctest.in index 693b908..fda2faa 100644 --- a/CTestCustom.ctest.in +++ b/CTestCustom.ctest.in @@ -8,6 +8,7 @@ SET(CTEST_CUSTOM_WARNING_EXCEPTION "warning: To disable this warning use" "could not be inlined" "libCurl.*has no symbols" + "not sorted slower link editing will result" "stl_deque.h:479" ) |