libragephoto: rename CMake *_LIBRARIES to *_LIBS
This commit is contained in:
parent
9322e1943d
commit
8e9d4dfcc2
2 changed files with 6 additions and 6 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue