Skip to content

Commit 3f66e18

Browse files
hartworkkblaschke
authored andcommitted
CMake: Replace "libprojectM(Playlist)Targets" by "projectM4(Playlist)Targets"
$ git grep -l Targets.cmake | xargs sed 's,libprojectM\(Playlist\)\?Targets\.cmake,projectM4\1Targets.cmake,' -i
1 parent 37eb503 commit 3f66e18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libprojectM/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ endif()
249249

250250

251251
install(EXPORT libprojectMTargets
252-
FILE libprojectMTargets.cmake
252+
FILE projectM4Targets.cmake
253253
NAMESPACE libprojectM::
254254
DESTINATION "${PROJECTM_LIB_DIR}/cmake/projectM4"
255255
COMPONENT Devel

src/playlist/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ install(FILES
137137
)
138138

139139
install(EXPORT libprojectMPlaylist
140-
FILE libprojectMPlaylistTargets.cmake
140+
FILE projectM4PlaylistTargets.cmake
141141
NAMESPACE libprojectM::
142142
DESTINATION "${PROJECTM_LIB_DIR}/cmake/projectM4Playlist"
143143
COMPONENT Devel

0 commit comments

Comments
 (0)