Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
T.J. Corona
CMB-SuperBuild
Commits
af58f584
Commit
af58f584
authored
Aug 18, 2015
by
Ben Boeckel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
boost: fix quoting of build options
parent
27105bbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Projects/apple/boost.cmake
Projects/apple/boost.cmake
+2
-2
No files found.
Projects/apple/boost.cmake
View file @
af58f584
...
...
@@ -22,8 +22,8 @@ string(REPLACE " " "\\ " boost_install_dir ${install_location})
add_external_project
(
boost
DEPENDS zlib
CONFIGURE_COMMAND ./bootstrap.sh
${
boost_toolset
}
--prefix=
${
boost_install_dir
}
BUILD_COMMAND ./b2
${
boost_toolset
}
address-model=
${
am
}
linkflags=
"
-headerpad_max_install_names"
--build-dir=
${
boost_build_dir
}
${
boost_with_args
}
INSTALL_COMMAND ./b2
${
boost_toolset
}
address-model=
${
am
}
linkflags=
"
-headerpad_max_install_names"
${
boost_with_args
}
install --prefix=
${
boost_install_dir
}
BUILD_COMMAND ./b2
${
boost_toolset
}
address-model=
${
am
}
"
linkflags=-headerpad_max_install_names"
--build-dir=
${
boost_build_dir
}
${
boost_with_args
}
INSTALL_COMMAND ./b2
${
boost_toolset
}
address-model=
${
am
}
"
linkflags=-headerpad_max_install_names"
${
boost_with_args
}
install --prefix=
${
boost_install_dir
}
BUILD_IN_SOURCE 1
LOG_BUILD 1
...
...
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