From 962366367105ccd84e8c988e297bedd2a91322f8 Mon Sep 17 00:00:00 2001 From: aramis_acg Date: Mon, 23 Aug 2010 15:44:59 +0000 Subject: [PATCH] [3051124] cmake pkg-config assimp.pc file gen.; fix minor issue with assimp.pc INSTALL. git-svn-id: https://assimp.svn.sourceforge.net/svnroot/assimp/trunk@797 67173fc5-114c-0410-ac8e-9d2fd5bffc1f --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 95816bbf1..f7c063383 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -22,7 +22,7 @@ SET( BIN_INSTALL_DIR "${CMAKE_INSTALL_PREFIX}/bin" CACHE PATH "Path the tool executables are installed to." ) CONFIGURE_FILE (assimp.pc.in assimp.pc @ONLY ) -INSTALL( FILES assimp.pc.in DESTINATION ${LIB_INSTALL_DIR}/pkgconfig/assimp.pc ) +INSTALL( FILES assimp.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig/ ) # Libs ADD_SUBDIRECTORY( code/ )