Skip to content

Commit fae7a95

Browse files
committed
Remove export
1 parent 50cdb9e commit fae7a95

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -149,16 +149,10 @@ endif()
149149

150150
include(GNUInstallDirs)
151151
install(TARGETS openjph
152-
EXPORT openjph_targets
153152
ARCHIVE DESTINATION ${CMAKE_INSTALL_LIBDIR}
154153
RUNTIME DESTINATION ${CMAKE_INSTALL_BINDIR}
155154
LIBRARY DESTINATION ${CMAKE_INSTALL_LIBDIR})
156155

157-
install(EXPORT openjph_targets
158-
FILE openjph_targets.cmake
159-
DESTINATION lib/cmake/openjph
160-
)
161-
162156
install(DIRECTORY src/core/common/
163157
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/openjph
164158
FILES_MATCHING

0 commit comments

Comments
 (0)