vcpkg/scripts/cmake
Victor Romero 8641dfd9dd
Modify vcpkg_fixup_cmake_targets() (#5459)
* some libraries export <PackageName>LibraryDepends.cmake
instead of <PackageName>Targets.cmake.
Those file also need the fix of #1044

should close #4753

* prefered the general solution #4622.
hopefully solved the issue within #4150
replaced the regex with something more readable
(also ident is lost)

should close:
#4753
#4633
#4150
and maybe more

* Hash vcpkg_fixup_cmake_targets.cmake

* [boost] Fix use of find_package(Boost) with cache variables
[socket-io-client] Fix install

* reversed change back to use regex replace

* [glbinding] Fix _IMPORT_PREFIX depth in *-export.cmake files

* [tinyspline] Ignore warnings treated as errors

* [libevent, liblemon, libpng, smpeg2, zlib] Fix apply patches

* [libsodium] Fix apply patches

* [folly] Link correct libraries in debug and release

* [vtk] Remove unset of _IMPORT_PREFIX

* [tinyspline] Do not treat warnings as errors

* [smpeg2] Fix double* to int comparison

* [nvtt] Define value for HAVE_UNISTD_H in MacOS

* [libui] Fix MacOS X build

* [zlib] Fix download URL

* [qhull] Update to v7.2.1

* [podofo] Set value for HAVE_UNISTD_H in MacOS

* [mongo-cxx-driver,ogre,podofo,qhull] Bump CONTROL version

* [mongo-c-driver] Set _IMPORT_PREFIX

* [tmxparser] Bump CONTROL version

* [qhull,vxl] Bump CONTROL version
2019-02-28 23:53:42 -08:00
..
vcpkg_acquire_msys.cmake update msys2 to latest release 2018-12-17 09:34:45 +01:00
vcpkg_add_to_path.cmake xalan-c: Install headers correctly (#4565) 2018-10-25 12:34:45 -07:00
vcpkg_apply_patches.cmake New packages: libimobiledevice, getopt, readline (#3504) 2018-08-08 04:15:13 -07:00
vcpkg_build_cmake.cmake [openssl-unix] Fix for issue #4001 2018-08-10 03:00:18 -07:00
vcpkg_build_msbuild.cmake New packages: libimobiledevice, getopt, readline (#3504) 2018-08-08 04:15:13 -07:00
vcpkg_build_qmake.cmake [qt5] update to QT5.12 (#4991) 2019-01-16 14:54:59 -08:00
vcpkg_check_linkage.cmake breakpad: Enable building the libbreakpad_client library (#4008) 2018-08-08 06:02:30 -07:00
vcpkg_clean_msbuild.cmake xalan-c: Install headers correctly (#4565) 2018-10-25 12:34:45 -07:00
vcpkg_common_functions.cmake [vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_ex 2018-11-22 14:48:18 -08:00
vcpkg_configure_cmake.cmake [BZip2] Fix Unix Dynamic Builds (#5184) 2019-01-29 13:43:39 -08:00
vcpkg_configure_meson.cmake [openssl-unix] Fix for issue #4001 2018-08-10 03:00:18 -07:00
vcpkg_configure_qmake.cmake [configure_qmake] Do not pass -d (too much output) 2018-02-21 14:50:36 -08:00
vcpkg_copy_pdbs.cmake Added parameter to vcpkg_copy_pdbs.cmake (#3688) 2018-06-16 18:42:25 +02:00
vcpkg_copy_tool_dependencies.cmake [vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs. 2017-05-28 14:15:13 -07:00
vcpkg_download_distfile.cmake [vcpkg_download_distfile] Apply workaround from #3399 2018-08-30 15:57:37 -07:00
vcpkg_execute_required_process_repeat.cmake [vcpkg-qmake] Tidy qmake-based builds. Search for qmake.exe inside tools. 2017-03-20 16:20:02 -07:00
vcpkg_execute_required_process.cmake [vcpkg-build-cmake] Build at IDLE priority. Try to detect out-of-memory issues in the linker, and restart the build once. 2017-12-21 12:13:25 -08:00
vcpkg_extract_source_archive_ex.cmake [vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_ex 2018-11-22 14:48:18 -08:00
vcpkg_extract_source_archive.cmake [vcpkg_extract_source_archive_ex] Document vcpkg_extract_source_archive_ex 2018-11-22 14:48:18 -08:00
vcpkg_find_acquire_program.cmake [x265] upgrade to 3.0, enable assembly (upgrade nasm to 2.14) (#5389) 2019-02-21 17:05:19 -08:00
vcpkg_fixup_cmake_targets.cmake Modify vcpkg_fixup_cmake_targets() (#5459) 2019-02-28 23:53:42 -08:00
vcpkg_from_bitbucket.cmake [GraphicsMagick] bug-fix: image files won't load (#4215) 2018-09-04 16:20:46 -07:00
vcpkg_from_git.cmake [vcpkg_from_git] Use tar.gz because .zip has different hash in different timezones 2018-11-08 19:03:39 -08:00
vcpkg_from_github.cmake [GraphicsMagick] bug-fix: image files won't load (#4215) 2018-09-04 16:20:46 -07:00
vcpkg_from_gitlab.cmake [GraphicsMagick] bug-fix: image files won't load (#4215) 2018-09-04 16:20:46 -07:00
vcpkg_get_program_files_32_bit.cmake Improve functions that detect ProgramFiles in CMake 2017-02-24 15:02:10 -08:00
vcpkg_get_program_files_platform_bitness.cmake Improve functions that detect ProgramFiles in CMake 2017-02-24 15:02:10 -08:00
vcpkg_get_windows_sdk.cmake [vcpkg_get_windows_sdk] Don't call powershell. Deduce from env 2018-05-19 19:23:32 -07:00
vcpkg_install_cmake.cmake [vcpkg_build_cmake] Refactor _build_ and _install_ into a single cmake script. 2017-10-05 17:49:28 -07:00
vcpkg_install_meson.cmake [vcpkg] Reduce verbosity when building ports. Reduce cleaning requirements for packages\ directory. 2018-06-26 21:48:42 -07:00
vcpkg_install_msbuild.cmake xalan-c: Install headers correctly (#4565) 2018-10-25 12:34:45 -07:00
vcpkg_replace_string.cmake use install target in Makefiles; make all portfile uniform 2017-11-06 00:24:29 +11:00
vcpkg_test_cmake.cmake [boost][python3] Fix building with VS 2019 2019-01-30 14:27:10 -08:00