From a6437568a530ba24277e25c15c5e94e9accd8e02 Mon Sep 17 00:00:00 2001 From: Kolan Sh Date: Mon, 12 Oct 2015 14:38:52 +0300 Subject: [PATCH] Configure pc-file in user scripts. --- PkgConfigCommon.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/PkgConfigCommon.cmake b/PkgConfigCommon.cmake index 9a7f071..28d36c0 100644 --- a/PkgConfigCommon.cmake +++ b/PkgConfigCommon.cmake @@ -20,8 +20,3 @@ ENDIF (WIN32) SET (PkgConfigLibsPrivate "") SET (PkgConfigCflags "") - -CONFIGURE_FILE ( - "${CMAKE_CURRENT_SOURCE_DIR}/pkg-config.pc.in" - "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_LOWERCASE_NAME}-${MAJOR}.pc" -)