Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
2c0b7ff2
Commit
2c0b7ff2
authored
Sep 27, 2024
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Windows : support Wix toolset 3.14
Chocolatey package manager installs this one.
parent
be164fc4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
win/packaging/CMakeLists.txt
win/packaging/CMakeLists.txt
+1
-1
No files found.
win/packaging/CMakeLists.txt
View file @
2c0b7ff2
...
...
@@ -23,7 +23,7 @@ ENDIF()
SET
(
MANUFACTURER
"MariaDB Corporation Ab"
)
SET
(
WIX_BIN_PATHS
)
FOREACH
(
WIX_VER 3.9 3.10 3.11
)
FOREACH
(
WIX_VER 3.9 3.10 3.11
3.14
)
LIST
(
APPEND WIX_BIN_PATHS
"$ENV{ProgramFiles}/WiX Toolset v
${
WIX_VER
}
/bin"
)
LIST
(
APPEND WIX_BIN_PATHS
"$ENV{ProgramFiles} (x86)/WiX Toolset v
${
WIX_VER
}
/bin"
)
ENDFOREACH
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment