Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
K
kicad-source-mirror
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
Elphel
kicad-source-mirror
Commits
fdd9b798
Commit
fdd9b798
authored
Dec 24, 2013
by
Marco Serantoni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MacOSX] Thanks for the hint, nullset@freenode, Merry Xmas !
parent
06596629
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
download_boost.cmake
CMakeModules/download_boost.cmake
+2
-2
No files found.
CMakeModules/download_boost.cmake
View file @
fdd9b798
...
...
@@ -134,8 +134,8 @@ if( APPLE )
set
(
BOOST_ADDRESSMODEL
"address-model=32_64"
)
endif
()
if
(
(
${
CMAKE_OSX_ARCHITECTURES
}
MATCHES
"x86_64"
OR
${
CMAKE_OSX_ARCHITECTURES
}
MATCHES
"386"
)
AND
(
${
CMAKE_OSX_ARCHITECTURES
}
MATCHES
"ppc"
))
if
(
(
CMAKE_OSX_ARCHITECTURES MATCHES
"x86_64"
OR CMAKE_OSX_ARCHITECTURES
MATCHES
"386"
)
AND
(
CMAKE_OSX_ARCHITECTURES
MATCHES
"ppc"
))
message
(
"-- BOOST found ppc/intel Architecture"
)
set
(
BOOST_ARCHITECTURE
"architecture=combined"
)
...
...
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