From 2fe921caa1eef7c4d1be4cdd884d288deb47cf57 Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 30 Nov 2008 11:54:51 -0500 Subject: Fixed the exporting with the libraries --- sigscript/CMakeLists.txt | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) (limited to 'sigscript') diff --git a/sigscript/CMakeLists.txt b/sigscript/CMakeLists.txt index 6749cecb..0c99a07f 100644 --- a/sigscript/CMakeLists.txt +++ b/sigscript/CMakeLists.txt @@ -110,26 +110,13 @@ INSTALL( TARGETS sigscript EXPORT - sigscript_EXPORTS + sigen_EXPORTS DESTINATION ${CMAKE_INSTALL_PREFIX}/lib${LIB_SUFFIX} COMPONENT runtime ) -# INSTALL( -# EXPORT -# sigscript_EXPORTS -# NAMESPACE -# sigen_ -# DESTINATION -# ${CMAKE_INSTALL_PREFIX}/${DATA_INSTALL_DIR}/cmake/modules -# FILE -# SigscriptExportedLibraryTargets.cmake -# COMPONENT -# development -# ) - INSTALL( FILES ${sigscript_HEADERS} -- cgit