Skip to content
Snippets Groups Projects
Commit 576f483c authored by Mathieu Malaterre's avatar Mathieu Malaterre
Browse files

BUG: Need a / for Visual Studio build

parent 1be98ed6
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,7 @@ kwsys_stl::string GetLibName(const char* lname)
kwsys_stl::string slname;
slname = EXECUTABLE_OUTPUT_PATH;
#ifdef CMAKE_INTDIR
slname += "/";
slname += CMAKE_INTDIR;
#endif
slname += "/";
......
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