Skip to content

Commit

Permalink
Merge pull request #18 from arteniioleg/patch-1
Browse files Browse the repository at this point in the history
cmake: fixed undefined ${CMAKE_INSTALL_LIBDIR}
  • Loading branch information
nemtrif authored Sep 24, 2018
2 parents e6bde78 + fd39f7e commit b641599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ add_library(utf8::cpp ALIAS utf8cpp)
if(WIN32 AND NOT CYGWIN)
set(DEF_INSTALL_CMAKE_DIR CMake)
else()
include(GNUInstallDirs) # define CMAKE_INSTALL_*
set(DEF_INSTALL_CMAKE_DIR ${CMAKE_INSTALL_LIBDIR}/cmake/utf8cpp)
endif()

Expand Down

0 comments on commit b641599

Please sign in to comment.