From 8a32b65a396bfa0ecfc6595ad0311eed7a92796e Mon Sep 17 00:00:00 2001 From: Jean-Paul Chaput Date: Sun, 16 May 2010 17:36:05 +0000 Subject: [PATCH] One more slash to remove on install command. --- hurricane/src/isobar/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hurricane/src/isobar/CMakeLists.txt b/hurricane/src/isobar/CMakeLists.txt index d4b27775..0a084b9b 100644 --- a/hurricane/src/isobar/CMakeLists.txt +++ b/hurricane/src/isobar/CMakeLists.txt @@ -80,7 +80,7 @@ ) - install ( FILES ${includes} DESTINATION /include/hurricane/isobar ) + install ( FILES ${includes} DESTINATION include/hurricane/isobar ) add_library ( isobar ${sources} ) target_link_libraries ( isobar hurricane ${PYTHON_LIBRARIES} -lutil )