BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.

This commit is contained in:
Brad King 2007-03-07 13:52:32 -05:00
parent d12455fccb
commit 3bd9d67488
2 changed files with 6 additions and 2 deletions

View File

@ -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)
{

View File

@ -27,7 +27,9 @@
# include "kwsys_ios_iostream.h.in"
#endif
#include "testSystemTools.h"
// Include with <> instead of "" to avoid getting any in-source copy
// left on disk.
#include <testSystemTools.h>
#include <string.h> /* strcmp */