Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package 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
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Core Modules
dune-common
Commits
bb04c50d
Commit
bb04c50d
authored
9 years ago
by
Ansgar Burchardt
Committed by
Christoph Grüninger
9 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Typo: libary -> library
parent
d22ed390
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
cmake/modules/DuneMacros.cmake
+1
-1
1 addition, 1 deletion
cmake/modules/DuneMacros.cmake
dune/common/stdthread.cc
+1
-1
1 addition, 1 deletion
dune/common/stdthread.cc
with
2 additions
and
2 deletions
cmake/modules/DuneMacros.cmake
+
1
−
1
View file @
bb04c50d
...
...
@@ -51,7 +51,7 @@
# Creates shared and static libraries with the same basename.
# <basename> is the basename of the library.
# On Unix this creates lib<basename>.so and lib<BASENAME>.a.
# Libraries that should be incorporate into this libary can
# Libraries that should be incorporate into this lib
r
ary can
# be specified with the ADD_LIBS option.
# The libraries will be built in ${PROJECT_BINARY_DIR}/lib.
# If the option NO_EXPORT is omitted the library is exported
...
...
This diff is collapsed.
Click to expand it.
dune/common/stdthread.cc
+
1
−
1
View file @
bb04c50d
...
...
@@ -49,7 +49,7 @@ namespace Dune
printCallOnceError
(
file
,
line
,
function
,
"std::call_once() throws an exception. This suggests that the program was
\n
"
"linked without a threading library. Common ways to link to a threading
\n
"
"libary is to specify one of the following during linking: -pthread,
\n
"
"lib
r
ary is to specify one of the following during linking: -pthread,
\n
"
"-lpthread, or -pthreads. The build-system should have tried various of
\n
"
"these options, but unfortunately that is only a guess and we cannot verify
\n
"
"that we found a working configuration until runtime.
\n
"
...
...
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