From df96ceb0b067844d341f0405db7c10def84d772c Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 19 Oct 2015 20:31:15 +0300 Subject: [PATCH] Configure pkg-config.pc outside. --- PkgConfigCommonRules.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/PkgConfigCommonRules.cmake b/PkgConfigCommonRules.cmake index 193b460..28d36c0 100644 --- a/PkgConfigCommonRules.cmake +++ b/PkgConfigCommonRules.cmake @@ -20,9 +20,3 @@ ENDIF (WIN32) SET (PkgConfigLibsPrivate "") SET (PkgConfigCflags "") - -CONFIGURE_FILE ( - "${CMAKE_SOURCE_DIR}/cmake/backbone/templates/pkg-config.pc.in" - "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_LOWERCASE_NAME}-${MAJOR}.pc" -) -