mirror of
https://github.com/nemtrif/utfcpp.git
synced 2025-04-06 05:55:08 +00:00
Merge pull request #40 from xantares/patch-1
Always use GNU install layout except MSVC
This commit is contained in:
commit
088dd3ad77
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue