summaryrefslogtreecommitdiffstats
path: root/Source/kwsys/testDynamicLoader.cxx
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-07 18:52:32 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-07 18:52:32 (GMT)
commit3bd9d67488b98cb1141b7aaadbffb6550935f2aa (patch)
treed392adb96117489e6eafb5c6def07d9dcde90324 /Source/kwsys/testDynamicLoader.cxx
parentd12455fccb3726ee6d89c6fafe5f55f949694980 (diff)
downloadCMake-3bd9d67488b98cb1141b7aaadbffb6550935f2aa.zip
CMake-3bd9d67488b98cb1141b7aaadbffb6550935f2aa.tar.gz
CMake-3bd9d67488b98cb1141b7aaadbffb6550935f2aa.tar.bz2
BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.
Diffstat (limited to 'Source/kwsys/testDynamicLoader.cxx')
-rw-r--r--Source/kwsys/testDynamicLoader.cxx4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/kwsys/testDynamicLoader.cxx b/Source/kwsys/testDynamicLoader.cxx
index d9d72d5..c7ddc2b 100644
--- a/Source/kwsys/testDynamicLoader.cxx
+++ b/Source/kwsys/testDynamicLoader.cxx
@@ -29,7 +29,9 @@
# include "kwsys_stl_string.hxx.in"
#endif
-#include "testSystemTools.h"
+// Include with <> instead of "" to avoid getting any in-source copy
+// left on disk.
+#include <testSystemTools.h>
kwsys_stl::string GetLibName(const char* lname)
{