-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(#24443) pdf-writer: add version 4.6.6
* pdf-writer: add version 4.6.2 * update 4.6.6 * update config.yml
- Loading branch information
Showing
3 changed files
with
41 additions
and
0 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
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/CMakeLists.txt b/CMakeLists.txt | ||
index 956c730..a7d809b 100644 | ||
--- a/CMakeLists.txt | ||
+++ b/CMakeLists.txt | ||
@@ -165,13 +165,13 @@ if(PROJECT_IS_TOP_LEVEL AND EXISTS ${CMAKE_CURRENT_SOURCE_DIR}/PDFWriterTesting) | ||
ADD_SUBDIRECTORY(PDFWriterTesting) | ||
endif() | ||
|
||
-include(InstallRequiredSystemLibraries) | ||
-set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") | ||
-set(CPACK_PACKAGE_VERSION_MAJOR "${PDFHummus_VERSION_MAJOR}") | ||
-set(CPACK_PACKAGE_VERSION_MINOR "${PDFHummus_VERSION_MINOR}") | ||
-set(CPACK_SOURCE_GENERATOR "ZIP") | ||
-set(CPACK_GENERATOR "ZIP") | ||
-include(CPack) | ||
+# include(InstallRequiredSystemLibraries) | ||
+# set(CPACK_RESOURCE_FILE_LICENSE "${CMAKE_CURRENT_SOURCE_DIR}/LICENSE") | ||
+# set(CPACK_PACKAGE_VERSION_MAJOR "${PDFHummus_VERSION_MAJOR}") | ||
+# set(CPACK_PACKAGE_VERSION_MINOR "${PDFHummus_VERSION_MINOR}") | ||
+# set(CPACK_SOURCE_GENERATOR "ZIP") | ||
+# set(CPACK_GENERATOR "ZIP") | ||
+# include(CPack) | ||
|
||
install(EXPORT PDFHummusTargets | ||
FILE PDFHummusTargets.cmake | ||
@@ -200,4 +200,4 @@ install(FILES | ||
export(EXPORT PDFHummusTargets | ||
FILE "${CMAKE_CURRENT_BINARY_DIR}/PDFHummusTargets.cmake" | ||
NAMESPACE PDFHummus:: | ||
-) | ||
\ No newline at end of file | ||
+) |
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 |
---|---|---|
@@ -1,4 +1,6 @@ | ||
versions: | ||
"4.6.6": | ||
folder: all | ||
"4.6.4": | ||
folder: all | ||
"4.6.3": | ||
|