Build: Fix deps-unix-static.cmake

This commit is contained in:
Vojtech Kral 2018-10-15 17:28:05 +02:00
parent ce86fad28a
commit fb6c1a885c
3 changed files with 8 additions and 22 deletions

3
deps/CMakeLists.txt vendored
View file

@ -29,3 +29,6 @@ else ()
DEPENDS dep_boost dep_tbb dep_libcurl dep_wxwidgets
)
endif()
# Note: I'm not using any of the LOG_xxx options in ExternalProject_Add() commands
# because they seem to generate bogus build files (possibly a bug in ExternalProject).