Fixed error messages for libtool to indicate that it is libltdl that is missing.
authorJohan Thelin <johan.thelin@pelagicore.com>
Fri, 21 Feb 2014 07:23:38 +0000 (08:23 +0100)
committerJohan Thelin <johan.thelin@pelagicore.com>
Fri, 21 Feb 2014 07:23:38 +0000 (08:23 +0100)
CMakeLists.txt

index c644a14..f4a3510 100644 (file)
@@ -69,9 +69,9 @@ find_library(libtool_LIBRARY ltdl DOC "Libtool libraries")
 find_path(libtool_INCLUDE_DIR ltdl.h DOC "Libtool headers")
 
 if(libtool_LIBRARY)
-     message(STATUS "libtool found")
+     message(STATUS "libltdl / libtool found")
 else(libtool_LIBRARY)
-     message(FATAL_ERROR "libtool missing.  please install libtool")
+     message(FATAL_ERROR "libltdl / libtool missing.  please install libltdl / libtool")
 endif(libtool_LIBRARY)
 
 find_package(Boost REQUIRED)