BUG: Use angle-brackets to include testSystemTools.h to avoid problems with in-source builds.
This commit is contained in:
parent
d12455fccb
commit
3bd9d67488
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in New Issue