Skip to content

Commit

Permalink
[CMake] Disable installation of 3rdparty dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
past-due committed Apr 28, 2019
1 parent 7df5ea1 commit c40ff4b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions 3rdparty/CMakeLists.txt
Expand Up @@ -5,6 +5,7 @@ set_property(TARGET microecc PROPERTY FOLDER "3rdparty")

add_subdirectory(fonts)

SET(UTF8PROC_INSTALL OFF CACHE BOOL "Enable installation of utf8proc" FORCE)
add_subdirectory(utf8proc)
set_property(TARGET utf8proc PROPERTY FOLDER "3rdparty")

Expand Down
1 change: 1 addition & 0 deletions CMakeLists.txt
Expand Up @@ -661,6 +661,7 @@ else()
SET(UPNPC_BUILD_SHARED OFF CACHE BOOL "miniupnpc - Build shared library" FORCE)
SET(UPNPC_BUILD_TESTS OFF CACHE BOOL "miniupnpc - Build tests" FORCE)
SET(UPNPC_BUILD_SAMPLE OFF CACHE BOOL "miniupnpc - Build samples" FORCE)
SET(UPNPC_NO_INSTALL TRUE CACHE BOOL "miniupnpc - Disable installation" FORCE)
add_subdirectory(3rdparty/miniupnp/miniupnpc)
set_property(TARGET libminiupnpc-static PROPERTY FOLDER "3rdparty")
endif()
Expand Down

0 comments on commit c40ff4b

Please sign in to comment.