libragephoto: rename CMake *_LIBRARIES to *_LIBS

This commit is contained in:
Syping 2025-10-21 21:47:02 +02:00
parent 9322e1943d
commit 8e9d4dfcc2
2 changed files with 6 additions and 6 deletions

View file

@ -136,7 +136,7 @@ target_include_directories(ragephoto PUBLIC
"${ragephoto_BINARY_DIR}/include"
"${ragephoto_SOURCE_DIR}/src/core"
)
target_link_libraries(ragephoto PRIVATE ${LIBRAGEPHOTO_LIBRARIES})
target_link_libraries(ragephoto PRIVATE ${LIBRAGEPHOTO_LIBS})
install(TARGETS ragephoto
ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR}"
LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR}"