From afb7045a88bf7dc29721767be048a5d46c912eef Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 14 Oct 2020 10:46:01 +0300 Subject: cmake: don't install winapi-utf8 --- 3rdparty/winapi/utf8 | 2 +- CMakeLists.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/3rdparty/winapi/utf8 b/3rdparty/winapi/utf8 index c84f4ae..696beed 160000 --- a/3rdparty/winapi/utf8 +++ b/3rdparty/winapi/utf8 @@ -1 +1 @@ -Subproject commit c84f4ae675396ab5443ec01a21eefc1fdd870d3b +Subproject commit 696beed48046507329f6d2b9e35ba5cf56df59ff diff --git a/CMakeLists.txt b/CMakeLists.txt index d1f8a37..ee72ccb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ file(GLOB winapi_common_src "src/*.cpp") add_library(winapi_common ${winapi_common_include} ${winapi_common_src}) target_include_directories(winapi_common PUBLIC include/) -add_subdirectory(3rdparty/winapi/utf8) +add_subdirectory(3rdparty/winapi/utf8 EXCLUDE_FROM_ALL) target_link_libraries(winapi_common PRIVATE winapi_utf8) find_package(Boost REQUIRED) -- cgit v1.2.3