Skip to content

Commit 2c77204

Browse files
authored
Merge pull request #12 from 7bitcoder/dev
rm pkg support
2 parents a7f8abb + 1e9d261 commit 2c77204

File tree

3 files changed

+1
-17
lines changed

3 files changed

+1
-17
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ if(_7BIT_DI_INSTALL)
5555
INSTALL_DESTINATION ${EXPORT_DEST_DIR})
5656

5757
write_basic_package_version_file(${VERSIONS_CONFIG_FILE} COMPATIBILITY SameMajorVersion)
58-
install(FILES ${PROJECT_CONFIG_OUT} ${VERSIONS_CONFIG_FILE} DESTINATION ${EXPORT_DEST_DIR})
5958

60-
include(7bitDIGeneratePkgConfig)
59+
install(FILES ${PROJECT_CONFIG_OUT} ${VERSIONS_CONFIG_FILE} DESTINATION ${EXPORT_DEST_DIR})
6160

6261
export(PACKAGE 7bitDI)
6362

Cmake/7bitDI.pc.in

Lines changed: 0 additions & 12 deletions
This file was deleted.

Cmake/7bitDIGeneratePkgConfig.cmake

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)