Toggle navigation
Toggle navigation
This project
Loading...
Sign in
flutter_package
/
dart_pdf
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
David PHAM-VAN
2023-05-15 09:15:43 -0300
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
198a2eae275e404af9167a9c27a9957d22a0184b
198a2eae
1 parent
c2f7b27c
Fix cmake build on Linux and Windows
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
printing/CHANGELOG.md
printing/windows/DownloadProject.CMakeLists.cmake.in
printing/CHANGELOG.md
View file @
198a2ea
...
...
@@ -4,6 +4,7 @@
-
Set Flutter 3.10 as the minimum version
-
Fix web builds with Flutter 3.10
-
Fix cmake build on Linux and Windows
## 5.10.4
...
...
printing/windows/DownloadProject.CMakeLists.cmake.in
View file @
198a2ea
...
...
@@ -6,6 +6,7 @@ cmake_minimum_required(VERSION 3.10)
project(${DL_ARGS_PROJ}-download NONE)
include(ExternalProject)
cmake_policy(SET CMP0135 NEW)
ExternalProject_Add(${DL_ARGS_PROJ}-download
${DL_ARGS_UNPARSED_ARGUMENTS}
SOURCE_DIR "${DL_ARGS_SOURCE_DIR}"
...
...
@@ -14,5 +15,4 @@ ExternalProject_Add(${DL_ARGS_PROJ}-download
BUILD_COMMAND ""
INSTALL_COMMAND ""
TEST_COMMAND ""
DOWNLOAD_EXTRACT_TIMESTAMP true
)
...
...
Please
register
or
login
to post a comment