* [libplist] Set ONLY_DYNAMIC_LIBRARY instead of ONLY_STATIC_LIBRARY
libplist appears to always build as a dynamic library and the previous
ONLY_STATIC_LIBRARY option was causing the DLLs to not be installed.
Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
* [libusbmuxd] Set ONLY_DYNAMIC_LIBRARY instead of ONLY_STATIC_LIBRARY
libusbmuxd also always builds as a dynamic library (like libplist).
Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
* [libplist] Ensure app container bit is set for UWP DLLs
Signed-off-by: Andrew Gunnerson <andrewgunnerson@gmail.com>
geogram: remove /src/lib from INTERFACE_INCLUDE_DIRECTORIES in GeogramTargets.cmake, as /src/lib is not a valid include path;
openimageio: in favor of FindOpenEXR.cmake and LibRaw-config.cmake installed by vcpkg so that the debug version of openexr and libraw can actually be found and linked into;
* [angle] Update to the latest commit.
* Fix build linux.
* Update CMakeList.txt and linux patch.
* update to latest
* Disable OpenGL deprecation warnings
* Update CMakeLists.txt
* include objective c files
* don't filter any files out of common (same as upstream autotools)
* drop unit tests so we don't bring in gtest
* add filter mode
* add back filter except for android
* Speed up the gdal build by using all available cores for make.
* Also build the debug build with all cores.
* Addresses the review comments.
Use VCPKG_CONCURRENCY so the normal vcpkg concurrency controls apply.
Use vcpkg_execute_build_process and NO_PARALLEL_COMMAND which allows
for builds to be retried in some cases where parallel builds might fail.
* [curl] Update to 7.65.3
* [curl] Remove USAGE
(Use auto-generated message about exported config.)
* Add wrapper
* [curl] Update to 7.66.0
* Add wrapper to curl
* drop parent_scope
* add change that didn't make it
* Populate CURL_LIBRARY
* Fix transitive dependency
* try to actually set LIBRARIES
* get .libs
* fix curlpp and dynamic builds on linux
* add @cenit's suggestion and fix typo in curlpp
* modify PDAL patch
Adding macro definition to silence new compile time diagnostics from
updated windows SDK. This is not expected to change the behavior, only
supress a new diagnostic that is warning about existing behavior.
CMAKE_CURRENT_LIST_DIR reflect current directory. Thus It can be lowercase drive letter.
The lowercase drive letter cause #8237 issue.
Fixup drive letter to uppercase by using get_filename_component().
* [cudnn] add port and enable it in darknet
* [OpenCV4] fix ffmpeg feature on uwp
* [darknet] enable integration with cuda/cudnn also with opencv3
* [darknet] update to latest revision