Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
b40c6c86
Unverified
Commit
b40c6c86
authored
Dec 08, 2019
by
Tatsuhiro Tsujikawa
Committed by
GitHub
Dec 08, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1418 from vszakats/patch-1
lib/CMakeLists.txt: Make hard-coded static lib suffix optional
parents
2d5f7659
9bc2c75e
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
lib/CMakeLists.txt
lib/CMakeLists.txt
+1
-1
No files found.
lib/CMakeLists.txt
View file @
b40c6c86
...
@@ -62,7 +62,7 @@ if(HAVE_CUNIT OR ENABLE_STATIC_LIB)
...
@@ -62,7 +62,7 @@ if(HAVE_CUNIT OR ENABLE_STATIC_LIB)
set_target_properties
(
nghttp2_static PROPERTIES
set_target_properties
(
nghttp2_static PROPERTIES
COMPILE_FLAGS
"
${
WARNCFLAGS
}
"
COMPILE_FLAGS
"
${
WARNCFLAGS
}
"
VERSION
${
LT_VERSION
}
SOVERSION
${
LT_SOVERSION
}
VERSION
${
LT_VERSION
}
SOVERSION
${
LT_SOVERSION
}
ARCHIVE_OUTPUT_NAME nghttp2
_static
ARCHIVE_OUTPUT_NAME nghttp2
${
STATIC_LIB_SUFFIX
}
)
)
target_compile_definitions
(
nghttp2_static PUBLIC
"-DNGHTTP2_STATICLIB"
)
target_compile_definitions
(
nghttp2_static PUBLIC
"-DNGHTTP2_STATICLIB"
)
if
(
ENABLE_STATIC_LIB
)
if
(
ENABLE_STATIC_LIB
)
...
...
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