File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -55,14 +55,14 @@ set_target_properties (utf8proc PROPERTIES
55
55
56
56
if (UTF8PROC_INSTALL)
57
57
include (GNUInstallDirs)
58
- install (FILES utf8proc.h DESTINATION "${CMAKE_INSTALL_FULL_INCLUDEDIR } " )
58
+ install (FILES utf8proc.h DESTINATION "${CMAKE_INSTALL_INCLUDEDIR } " )
59
59
install (TARGETS utf8proc
60
- ARCHIVE DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR } "
61
- LIBRARY DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR } "
62
- RUNTIME DESTINATION "${CMAKE_INSTALL_FULL_BINDIR } "
60
+ ARCHIVE DESTINATION "${CMAKE_INSTALL_LIBDIR } "
61
+ LIBRARY DESTINATION "${CMAKE_INSTALL_LIBDIR } "
62
+ RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR } "
63
63
)
64
64
configure_file (libutf8proc.pc.cmakein libutf8proc.pc @ONLY)
65
- install (FILES "${CMAKE_CURRENT_BINARY_DIR} /libutf8proc.pc" DESTINATION "${CMAKE_INSTALL_FULL_LIBDIR } /pkgconfig" )
65
+ install (FILES "${CMAKE_CURRENT_BINARY_DIR} /libutf8proc.pc" DESTINATION "${CMAKE_INSTALL_LIBDIR } /pkgconfig" )
66
66
endif ()
67
67
68
68
if (UTF8PROC_ENABLE_TESTING)
You can’t perform that action at this time.
0 commit comments