Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Brad King
CMake
Commits
9587011d
Commit
9587011d
authored
Jul 13, 2016
by
Brad King
Browse files
Utilities/Release: Update Windows binary host path to CMake
parent
53df6d59
Changes
2
Hide whitespace changes
Inline
Side-by-side
Utilities/Release/win32_release.cmake
View file @
9587011d
set
(
CMAKE_RELEASE_DIRECTORY
"c:/msys64/home/dashboard/CMakeReleaseDirectory"
)
set
(
CONFIGURE_WITH_CMAKE TRUE
)
set
(
CMAKE_CONFIGURE_PATH
"c:/Program
\\
Files
\\
\\
(x86
\\
)
/CMake/bin/cmake.exe"
)
set
(
CMAKE_CONFIGURE_PATH
"c:/Program
\\
Files/CMake/bin/cmake.exe"
)
set
(
PROCESSORS 8
)
set
(
HOST dash3win7
)
set
(
RUN_LAUNCHER ~/rel/run
)
...
...
Utilities/Release/win64_release.cmake
View file @
9587011d
set
(
CMAKE_RELEASE_DIRECTORY
"c:/msys64/home/dashboard/CMakeReleaseDirectory64"
)
set
(
CONFIGURE_WITH_CMAKE TRUE
)
set
(
CMAKE_CONFIGURE_PATH
"c:/Program
\\
Files
\\
\\
(x86
\\
)
/CMake/bin/cmake.exe"
)
set
(
CMAKE_CONFIGURE_PATH
"c:/Program
\\
Files/CMake/bin/cmake.exe"
)
set
(
PROCESSORS 8
)
set
(
HOST dash3win7
)
set
(
SCRIPT_NAME dash3win7x64
)
...
...
Write
Preview
Supports
Markdown
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