Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mantid
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review 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
mantidproject
mantid
Commits
fa86bb31
Commit
fa86bb31
authored
7 years ago
by
Hahn, Steven
Browse files
Options
Downloads
Patches
Plain Diff
Add boost filesystem as a dependency.
parent
57bd273e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
MantidPlot/make_package.rb.in
+1
-0
1 addition, 0 deletions
MantidPlot/make_package.rb.in
buildconfig/CMake/CommonSetup.cmake
+1
-1
1 addition, 1 deletion
buildconfig/CMake/CommonSetup.cmake
with
2 additions
and
1 deletion
MantidPlot/make_package.rb.in
+
1
−
0
View file @
fa86bb31
...
...
@@ -43,6 +43,7 @@ library_filenames = ["libboost_regex-mt.dylib",
"libboost_date_time-mt.dylib"
,
"libboost_python-mt.dylib"
,
"libboost_serialization-mt.dylib"
,
"libboost_filesystem-mt.dylib"
,
"libgsl.dylib"
,
"libgslcblas.dylib"
,
"libjsoncpp.dylib"
,
...
...
This diff is collapsed.
Click to expand it.
buildconfig/CMake/CommonSetup.cmake
+
1
−
1
View file @
fa86bb31
...
...
@@ -40,7 +40,7 @@ set ( TESTING_TIMEOUT 300 CACHE INTEGER
###########################################################################
set
(
Boost_NO_BOOST_CMAKE TRUE
)
find_package
(
Boost 1.53.0 REQUIRED date_time regex serialization
)
find_package
(
Boost 1.53.0 REQUIRED date_time regex serialization
filesystem
)
include_directories
(
SYSTEM
${
Boost_INCLUDE_DIRS
}
)
add_definitions
(
-DBOOST_ALL_DYN_LINK -DBOOST_ALL_NO_LIB
)
# Need this defined globally for our log time values
...
...
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