Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
abseil-cpp
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
abseil-cpp
Commits
1a02b7a2
Unverified
Commit
1a02b7a2
authored
Apr 21, 2020
by
László Nagy
Committed by
GitHub
Apr 20, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use "-lrt" instead of the resolved find_library result when linking librt (#665)
find_library defaults to shared objects
parent
df60c82d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
absl/base/CMakeLists.txt
+1
-1
No files found.
absl/base/CMakeLists.txt
View file @
1a02b7a2
...
@@ -191,7 +191,7 @@ absl_cc_library(
...
@@ -191,7 +191,7 @@ absl_cc_library(
${
ABSL_DEFAULT_COPTS
}
${
ABSL_DEFAULT_COPTS
}
LINKOPTS
LINKOPTS
${
ABSL_DEFAULT_LINKOPTS
}
${
ABSL_DEFAULT_LINKOPTS
}
$<$<BOOL:
${
LIBRT
}
>:
${
LIBRT
}
>
$<$<BOOL:
${
LIBRT
}
>:
-lrt
>
$<$<BOOL:
${
MINGW
}
>:
"advapi32"
>
$<$<BOOL:
${
MINGW
}
>:
"advapi32"
>
DEPS
DEPS
absl::atomic_hook
absl::atomic_hook
...
...
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