|
@@ -22,11 +22,11 @@ SET(PARADEVS_NAME_COMPLETE "${PARADEVS_NAME}-${PARADEVS_COMPLETE}")
|
|
|
# Installation variables
|
|
|
#
|
|
|
|
|
|
-SET(PARADEVS_LIBRARY_DIRS "lib/vle-${PARADEVS_VERSION_SHORT}")
|
|
|
-SET(PARADEVS_INCLUDE_DIRS "include/vle-${PARADEVS_VERSION_SHORT}/vle")
|
|
|
-SET(PARADEVS_INCLUDE_DIR "include/vle-${PARADEVS_VERSION_SHORT}")
|
|
|
+SET(PARADEVS_LIBRARY_DIRS "lib/paradevs-${PARADEVS_VERSION_SHORT}")
|
|
|
+SET(PARADEVS_INCLUDE_DIRS "include/paradevs-${PARADEVS_VERSION_SHORT}/paradevs")
|
|
|
+SET(PARADEVS_INCLUDE_DIR "include/paradevs-${PARADEVS_VERSION_SHORT}")
|
|
|
SET(PARADEVS_MANPAGE_PATH "share/man/man1")
|
|
|
-SET(PARADEVS_SHARE_DIRS "share/vle-${PARADEVS_VERSION_SHORT}")
|
|
|
+SET(PARADEVS_SHARE_DIRS "share/paradevs-${PARADEVS_VERSION_SHORT}")
|
|
|
|
|
|
#
|
|
|
# Append the library version information to the library target
|
|
@@ -161,7 +161,6 @@ MESSAGE(STATUS "- - - -")
|
|
|
MESSAGE(STATUS "${PARADEVS_NAME_COMPLETE} configured successfully")
|
|
|
MESSAGE(STATUS "Using ${CMAKE_INSTALL_PREFIX} for installation")
|
|
|
MESSAGE(STATUS "Build type ${CMAKE_BUILD_TYPE}")
|
|
|
-MESSAGE(STATUS "Boost timer = ${Boost_TIMER_LIBRARY}")
|
|
|
IF (PARADEVS_HAVE_GCC_ABI_DEMANGLE)
|
|
|
MESSAGE(STATUS "Build with GCC ABI Demangle...: yes")
|
|
|
ENDIF (PARADEVS_HAVE_GCC_ABI_DEMANGLE)
|