mirror of https://github.com/AxioDL/boo.git
Disable soxr pkgconfig install
This commit is contained in:
parent
a1209cdad7
commit
8c9f44a29f
|
@ -88,9 +88,9 @@ set_target_properties (soxr PROPERTIES
|
||||||
if (BUILD_FRAMEWORK)
|
if (BUILD_FRAMEWORK)
|
||||||
set_target_properties (soxr PROPERTIES FRAMEWORK TRUE)
|
set_target_properties (soxr PROPERTIES FRAMEWORK TRUE)
|
||||||
elseif (NOT WIN32)
|
elseif (NOT WIN32)
|
||||||
set (TARGET_PCS ${CMAKE_CURRENT_BINARY_DIR}/soxr.pc)
|
# set (TARGET_PCS ${CMAKE_CURRENT_BINARY_DIR}/soxr.pc)
|
||||||
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/soxr.pc.in ${TARGET_PCS})
|
# configure_file (${CMAKE_CURRENT_SOURCE_DIR}/soxr.pc.in ${TARGET_PCS})
|
||||||
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/soxr.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
|
# install (FILES ${CMAKE_CURRENT_BINARY_DIR}/soxr.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
||||||
|
@ -112,9 +112,9 @@ if (WITH_LSR_BINDINGS)
|
||||||
if (BUILD_FRAMEWORK)
|
if (BUILD_FRAMEWORK)
|
||||||
set_target_properties (${LSR} PROPERTIES FRAMEWORK TRUE)
|
set_target_properties (${LSR} PROPERTIES FRAMEWORK TRUE)
|
||||||
elseif (NOT WIN32)
|
elseif (NOT WIN32)
|
||||||
set (TARGET_PCS "${TARGET_PCS} ${CMAKE_CURRENT_BINARY_DIR}/${LSR}.pc")
|
# set (TARGET_PCS "${TARGET_PCS} ${CMAKE_CURRENT_BINARY_DIR}/${LSR}.pc")
|
||||||
configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${LSR}.pc.in ${CMAKE_CURRENT_BINARY_DIR}/${LSR}.pc)
|
# configure_file (${CMAKE_CURRENT_SOURCE_DIR}/${LSR}.pc.in ${CMAKE_CURRENT_BINARY_DIR}/${LSR}.pc)
|
||||||
install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${LSR}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
|
# install (FILES ${CMAKE_CURRENT_BINARY_DIR}/${LSR}.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfig)
|
||||||
endif ()
|
endif ()
|
||||||
endif ()
|
endif ()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue