forked from microsoft/vcpkg
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #11 from trice-imaging/DEV-3448/fix-msys2-expired-…
…links DEV-3448 Fix `msys2` expired links
- Loading branch information
Showing
178 changed files
with
4,588 additions
and
4,147 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
diff --git a/cmake/compiler_settings.cmake b/cmake/compiler_settings.cmake | ||
index cae5b92248..e820025991 100644 | ||
--- a/cmake/compiler_settings.cmake | ||
+++ b/cmake/compiler_settings.cmake | ||
@@ -159,5 +159,8 @@ macro(set_msvc_warnings) | ||
else() | ||
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} /W4") | ||
endif() | ||
+ | ||
+ # Avoid msvc deprecation warning that breaks build until we upgrade aws-sdk-cpp | ||
+ add_compile_definitions(_SILENCE_STDEXT_ARR_ITERS_DEPRECATION_WARNING) | ||
endif(MSVC) | ||
endmacro() |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
diff --git a/CMake/dcmtk.pc.in b/CMake/dcmtk.pc.in | ||
index 13c79c0..46fc98a 100644 | ||
--- a/CMake/dcmtk.pc.in | ||
+++ b/CMake/dcmtk.pc.in | ||
@@ -1,14 +1,14 @@ | ||
- prefix="@CMAKE_INSTALL_PREFIX@" | ||
- exec_prefix="${prefix}" | ||
- libdir="${prefix}/@CMAKE_INSTALL_LIBDIR@" | ||
- includedir="${prefix}/include/" | ||
+prefix="@CMAKE_INSTALL_PREFIX@" | ||
+exec_prefix="${prefix}" | ||
+libdir="${prefix}/@CMAKE_INSTALL_LIBDIR@" | ||
+includedir="${prefix}/include/" | ||
|
||
- Name: DCMTK | ||
- Description: DICOM Toolkit (DCMTK) | ||
- URL: https://dcmtk.org | ||
- Version: @DCMTK_MAJOR_VERSION@.@DCMTK_MINOR_VERSION@.@DCMTK_BUILD_VERSION@ | ||
- Requires: @PKGCONF_REQ_PUB@ | ||
- Requires.private: @PKGCONF_REQ_PRIV@ | ||
- Cflags: -I"${includedir}" | ||
- Libs: -L"${libdir}" @PKGCONF_LIBS@ | ||
- Libs.private: -L"${libdir}" @PKGCONF_LIBS_PRIV@ | ||
+Name: DCMTK | ||
+Description: DICOM Toolkit (DCMTK) | ||
+URL: https://dcmtk.org | ||
+Version: @DCMTK_MAJOR_VERSION@.@DCMTK_MINOR_VERSION@.@DCMTK_BUILD_VERSION@ | ||
+Requires: @PKGCONF_REQ_PUB@ | ||
+Requires.private: @PKGCONF_REQ_PRIV@ | ||
+Cflags: -I"${includedir}" | ||
+Libs: -L"${libdir}" @PKGCONF_LIBS@ | ||
+Libs.private: -L"${libdir}" @PKGCONF_LIBS_PRIV@ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.