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
0dd18c25
Commit
0dd18c25
authored
Dec 22, 2013
by
Marco Serantoni
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[MacOSX] Cleanup
parent
d337d340
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
download_boost.cmake
CMakeModules/download_boost.cmake
+5
-3
No files found.
CMakeModules/download_boost.cmake
View file @
0dd18c25
...
...
@@ -88,6 +88,9 @@ endfunction()
string
(
REPLACE
"unit_test_framework"
"test"
boost_libs_list
"
${
BOOST_LIBS_BUILT
}
"
)
#message( STATUS "REPLACE libs_csv:${boost_libs_list}" )
# Default Toolset
set
(
BOOST_TOOLSET
"toolset=gcc"
)
if
(
MINGW
)
if
(
MSYS
)
# The Boost system does not build properly on MSYS using bootstrap.sh. Running
...
...
@@ -113,7 +116,6 @@ else()
unset
(
b2_libs
)
endif
()
set
(
TOOLSET
"toolset=gcc"
)
if
(
APPLE
)
# I set this to being compatible with wxWidgets
...
...
@@ -121,7 +123,7 @@ if( APPLE )
# has switched to libc++ (llvm) by default
set
(
BOOST_CXXFLAGS
"cxxflags=-mmacosx-version-min=10.5"
)
set
(
BOOST_LINKFLAGS
"linkflags=-mmacosx-version-min=10.5"
)
set
(
TOOLSET
"
"
)
set
(
BOOST_TOOLSET
"toolset=darwin
"
)
if
(
CMAKE_OSX_ARCHITECTURES
)
...
...
@@ -169,7 +171,7 @@ ExternalProject_Add( boost
variant=release
threading=multi
${
PIC_STUFF
}
${
TOOLSET
}
${
BOOST_
TOOLSET
}
${
BOOST_CXXFLAGS
}
${
BOOST_LINKFLAGS
}
${
BOOST_ADDRESSMODEL
}
...
...
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