Browse Source

Merge pull request #40 from xantares/patch-1

Always use GNU install layout except MSVC
master
nemtrif 5 years ago
committed by GitHub
parent
commit
088dd3ad77
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -13,7 +13,7 @@ target_include_directories(utf8cpp INTERFACE
add_library(utf8::cpp ALIAS utf8cpp)
if(UTF8_INSTALL)
if(WIN32 AND NOT CYGWIN)
if(MSVC)
set(DEF_INSTALL_CMAKE_DIR CMake)
else()
include(GNUInstallDirs) # define CMAKE_INSTALL_*

Loading…
Cancel
Save