Skip to content
Snippets Groups Projects
Commit ef49afc7 authored by Brad King's avatar Brad King
Browse files

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

parent 4022db6d
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment