summaryrefslogtreecommitdiffstats
path: root/Tests
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2015-09-08 14:24:30 (GMT)
committerCMake Topic Stage <kwrobot@kitware.com>2015-09-08 14:24:30 (GMT)
commit7f1e896d8e8a8290c8bc8a2ce4a5765950fed817 (patch)
treefd1ccbe050ec91e7af02bf721d042df918fc4ac6 /Tests
parenta897f136c833ea7d642147580d2b6b5833a10a04 (diff)
parentd2b8229d02ff7362f36674ab3470f11aea13088e (diff)
downloadCMake-7f1e896d8e8a8290c8bc8a2ce4a5765950fed817.zip
CMake-7f1e896d8e8a8290c8bc8a2ce4a5765950fed817.tar.gz
CMake-7f1e896d8e8a8290c8bc8a2ce4a5765950fed817.tar.bz2
Merge topic 'update-kwsys'
d2b8229d Tests: Fix Plugin test on Watcom compiler 89958fd0 bootstrap: Remove unused KWSys configuration c5cc3441 Merge branch 'upstream-kwsys' into update-kwsys 1b79433a KWSys 2015-08-28 (dc3fdd7f)
Diffstat (limited to 'Tests')
-rw-r--r--Tests/Plugin/src/example_exe.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tests/Plugin/src/example_exe.cxx b/Tests/Plugin/src/example_exe.cxx
index bc4b03e..12d9204 100644
--- a/Tests/Plugin/src/example_exe.cxx
+++ b/Tests/Plugin/src/example_exe.cxx
@@ -32,7 +32,7 @@ int main()
if(!handle)
{
std::cerr << "Could not open plugin \""
- << libName << "\"!" << std::endl;
+ << libName.c_str() << "\"!" << std::endl;
return 1;
}
kwsys::DynamicLoader::SymbolPointer sym =