BUG: Do the proper path
This commit is contained in:
parent
aaa780d6a1
commit
7763163e4b
|
@ -51,7 +51,7 @@ kwsys_stl::string GetLibName(const char* lname)
|
|||
*/
|
||||
int TestDynamicLoader(const char* libname, const char* symbol, int r1, int r2, int r3)
|
||||
{
|
||||
//kwsys_ios::cerr << "Testing: " << libname << kwsys_ios::endl;
|
||||
kwsys_ios::cerr << "Testing: " << libname << kwsys_ios::endl;
|
||||
kwsys::LibHandle l = kwsys::DynamicLoader::OpenLibrary(libname);
|
||||
// If result is incompatible with expectation just fails (xor):
|
||||
if( (r1 && !l) || (!r1 && l) )
|
||||
|
|
|
@ -14,7 +14,7 @@
|
|||
#ifndef @KWSYS_NAMESPACE@_testSystemtools_h
|
||||
#define @KWSYS_NAMESPACE@_testSystemtools_h
|
||||
|
||||
#define EXECUTABLE_OUTPUT_PATH "@EXECUTABLE_OUTPUT_PATH@"
|
||||
#define EXECUTABLE_OUTPUT_PATH "@CMAKE_CURRENT_BINARY_DIR@"
|
||||
|
||||
#define TEST_SYSTEMTOOLS_BIN_FILE "@TEST_SYSTEMTOOLS_BIN_FILE@"
|
||||
#define TEST_SYSTEMTOOLS_SRC_FILE "@TEST_SYSTEMTOOLS_SRC_FILE@"
|
||||
|
|
Loading…
Reference in New Issue