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"
|
# include "kwsys_stl_string.hxx.in"
|
||||||
#endif
|
#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)
|
kwsys_stl::string GetLibName(const char* lname)
|
||||||
{
|
{
|
||||||
|
@ -27,7 +27,9 @@
|
|||||||
# include "kwsys_ios_iostream.h.in"
|
# include "kwsys_ios_iostream.h.in"
|
||||||
#endif
|
#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 */
|
#include <string.h> /* strcmp */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user