Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
git2
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lvzhengyang
git2
Commits
2dbe413e
Commit
2dbe413e
authored
Aug 17, 2021
by
Julien Richard
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix LIBGIT2_FILENAME not being passed to the resource compiler
parent
a42577db
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/CMakeLists.txt
+1
-1
No files found.
src/CMakeLists.txt
View file @
2dbe413e
...
@@ -390,7 +390,7 @@ if(SONAME)
...
@@ -390,7 +390,7 @@ if(SONAME)
set_target_properties
(
git2 PROPERTIES VERSION
${
libgit2_VERSION
}
)
set_target_properties
(
git2 PROPERTIES VERSION
${
libgit2_VERSION
}
)
set_target_properties
(
git2 PROPERTIES SOVERSION
"
${
libgit2_VERSION_MAJOR
}
.
${
libgit2_VERSION_MINOR
}
"
)
set_target_properties
(
git2 PROPERTIES SOVERSION
"
${
libgit2_VERSION_MAJOR
}
.
${
libgit2_VERSION_MINOR
}
"
)
if
(
LIBGIT2_FILENAME
)
if
(
LIBGIT2_FILENAME
)
target_compile_definitions
(
git2
internal
PRIVATE LIBGIT2_FILENAME=\
"
${
LIBGIT2_FILENAME
}
\"
)
target_compile_definitions
(
git2 PRIVATE LIBGIT2_FILENAME=\
"
${
LIBGIT2_FILENAME
}
\"
)
set_target_properties(git2 PROPERTIES OUTPUT_NAME
${
LIBGIT2_FILENAME
}
)
set_target_properties(git2 PROPERTIES OUTPUT_NAME
${
LIBGIT2_FILENAME
}
)
elseif(DEFINED LIBGIT2_PREFIX)
elseif(DEFINED LIBGIT2_PREFIX)
set_target_properties(git2 PROPERTIES PREFIX "
${
LIBGIT2_PREFIX
}
")
set_target_properties(git2 PROPERTIES PREFIX "
${
LIBGIT2_PREFIX
}
")
...
...
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