Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
d14b964d
Commit
d14b964d
authored
8 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
restore dependence on boost::regex (std:regex not supported by gcc 4.8)
parent
ac0d39ed
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
cmake/modules/SearchInstalledSoftware.cmake
+1
-1
1 addition, 1 deletion
cmake/modules/SearchInstalledSoftware.cmake
with
1 addition
and
1 deletion
cmake/modules/SearchInstalledSoftware.cmake
+
1
−
1
View file @
d14b964d
...
...
@@ -16,7 +16,7 @@ set(Boost_USE_MULTITHREADED ON)
set
(
Boost_USE_STATIC_RUNTIME OFF
)
add_definitions
(
-DBOOST_ALL_DYN_LINK
)
# line is needed for MSVC
#add_definitions(-DBOOST_LIB_DIAGNOSTIC) # shows during compilation auto-linked libraries
set
(
boost_libraries_required date_time chrono program_options iostreams system filesystem
)
set
(
boost_libraries_required date_time chrono program_options iostreams system filesystem
regex
)
if
(
WIN32
)
set
(
boost_libraries_required
${
boost_libraries_required
}
zlib bzip2
)
endif
()
...
...
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