Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
prod_build_cellframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cellframe
prod_build_cellframe-node
Commits
c5cce7fd
Commit
c5cce7fd
authored
1 year ago
by
Dmitry Puzyrkov
Browse files
Options
Downloads
Patches
Plain Diff
[+] osx homebrew cmake
parent
3f0c34a9
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
targets/osx.sh
+8
-2
8 additions, 2 deletions
targets/osx.sh
with
8 additions
and
2 deletions
targets/osx.sh
+
8
−
2
View file @
c5cce7fd
...
...
@@ -64,11 +64,17 @@ then
else
echo
"Host is
$MACHINE
, use native build toolchain"
if
[
-f
"/opt/homebrew/bin/cmake"
]
then
CMAKE
=(
/opt/homebrew/bin/cmake
)
echo
"Found homebrew cmake at
$CMAKE
, using it"
fi
if
[
-f
"/Users/
$USER
/Qt/Tools/CMake/CMake.app/Contents/bin/cmake"
]
then
CMAKE
=(
/Users/
$USER
/Qt/Tools/CMake/CMake.app/Contents/bin/cmake
)
echo
"Found cmake at
$CMAKE
, using it"
echo
"Found QT cmake at
$CMAKE
, using it preferably"
else
echo
"Not found cmake at default qt location, asuming it is in PATH"
CMAKE
=(
cmake
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment