File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -213,20 +213,20 @@ export(TARGETS
213213include (CMakePackageConfigHelpers)
214214
215215write_basic_package_version_file(
216- "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/libprojectMConfigVersion .cmake"
216+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/projectM4ConfigVersion .cmake"
217217 VERSION ${PROJECT_VERSION}
218218 COMPATIBILITY AnyNewerVersion
219219)
220220
221- configure_package_config_file(libprojectMConfig .cmake.in
222- "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/libprojectMConfig .cmake"
221+ configure_package_config_file(projectM4Config .cmake.in
222+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/projectM4Config .cmake"
223223 INSTALL_DESTINATION "${PROJECTM_LIB_DIR} /cmake/projectM4"
224224 PATH_VARS PROJECTM_BIN_DIR PROJECTM_INCLUDE_DIR
225225 )
226226
227227install (FILES
228- "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/libprojectMConfigVersion .cmake"
229- "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/libprojectMConfig .cmake"
228+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/projectM4ConfigVersion .cmake"
229+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectM/projectM4Config .cmake"
230230 DESTINATION "${PROJECTM_LIB_DIR} /cmake/projectM4"
231231 COMPONENT Devel
232232 )
Original file line number Diff line number Diff line change @@ -118,20 +118,20 @@ install(DIRECTORY api/projectM-4
118118include (CMakePackageConfigHelpers)
119119
120120write_basic_package_version_file(
121- "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/libprojectMPlaylistConfigVersion .cmake"
121+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/projectM4PlaylistConfigVersion .cmake"
122122 VERSION ${PROJECT_VERSION}
123123 COMPATIBILITY AnyNewerVersion
124124)
125125
126- configure_package_config_file(libprojectMPlaylistConfig .cmake.in
127- "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/libprojectMPlaylistConfig .cmake"
126+ configure_package_config_file(projectM4PlaylistConfig .cmake.in
127+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/projectM4PlaylistConfig .cmake"
128128 INSTALL_DESTINATION "${PROJECTM_LIB_DIR} /cmake/projectM4Playlist"
129129 PATH_VARS PROJECTM_BIN_DIR PROJECTM_INCLUDE_DIR
130130 )
131131
132132install (FILES
133- "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/libprojectMPlaylistConfigVersion .cmake"
134- "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/libprojectMPlaylistConfig .cmake"
133+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/projectM4PlaylistConfigVersion .cmake"
134+ "${CMAKE_CURRENT_BINARY_DIR} /libprojectMPlaylist/projectM4PlaylistConfig .cmake"
135135 DESTINATION "${PROJECTM_LIB_DIR} /cmake/projectM4Playlist"
136136 COMPONENT Devel
137137 )
You can’t perform that action at this time.
0 commit comments