Skip to content

Commit ecea8ca

Browse files
committed
Remove export package.
1 parent a916e8d commit ecea8ca

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,6 @@ endif()
154154
install(FILES
155155
"${CMAKE_CURRENT_SOURCE_DIR}/LICENSE.md"
156156
DESTINATION "share/${PROJECT_NAME}/")
157-
158-
export(PACKAGE ${PACKAGE_NAME})
159157
# ==================================================================================================
160158

161159
# === subdirectory =================================================================================

cmake/plugin_install.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,3 @@ endforeach()
1414

1515
install(FILES ${PACKAGE_CONFIG_FILE} ${PACKAGE_VERSION_CONFIG_FILE} DESTINATION ${PACKAGE_CMAKE_INSTALL_DIR})
1616
install(EXPORT ${TARGET_EXPORT_NAME} NAMESPACE ${TARGET_NAMESPACE} DESTINATION ${PACKAGE_CMAKE_INSTALL_DIR})
17-
18-
export(PACKAGE ${PACKAGE_NAME})

0 commit comments

Comments
 (0)