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
nik012003
2023-08-15 14:40:15 +0200
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
David PHAM-VAN
2023-08-15 09:31:47 -0400
Commit
33eca19b6fb5b7f521b3488b367fbde17b2f6d29
33eca19b
1 parent
2cfd5aa7
set PDFIUM_ARCH according to FLUTTER_TARGET_PLATFORM
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
printing/linux/CMakeLists.txt
printing/linux/CMakeLists.txt
View file @
33eca19
...
...
@@ -17,7 +17,8 @@ set(PROJECT_NAME "printing")
project
(
${
PROJECT_NAME
}
LANGUAGES CXX
)
set
(
PDFIUM_VERSION
"5200"
CACHE STRING
"Version of pdfium used"
)
set
(
PDFIUM_ARCH
"x64"
CACHE STRING
"Architecture of pdfium used"
)
string
(
REPLACE
"linux-"
""
TARGET_ARCH
${
FLUTTER_TARGET_PLATFORM
}
)
set
(
PDFIUM_ARCH
${
TARGET_ARCH
}
CACHE STRING
"Architecture of pdfium used"
)
if
(
${
PDFIUM_VERSION
}
STREQUAL
"latest"
)
set
(
...
...
Please
register
or
login
to post a comment