Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
belle-sip
Commits
7ceabfeb
Commit
7ceabfeb
authored
Feb 20, 2014
by
Ghislain MARY
Browse files
Really align version in CMake.
parent
5c202e46
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
CMakeLists.txt
CMakeLists.txt
+1
-1
src/CMakeLists.txt
src/CMakeLists.txt
+1
-1
No files found.
CMakeLists.txt
View file @
7ceabfeb
...
...
@@ -26,7 +26,7 @@ project(BELLESIP C)
set
(
PACKAGE
"belle-sip"
)
set
(
PACKAGE_NAME
"
${
PACKAGE
}
"
)
set
(
PACKAGE_VERSION
"1.
2.4
"
)
set
(
PACKAGE_VERSION
"1.
3.0
"
)
set
(
PACKAGE_STRING
"
${
PACKAGE_NAME
}
${
PACKAGE_VERSION
}
"
)
set
(
PACKAGE_BUGREPORT
"jehan.monnier@linphone.org"
)
set
(
PACKAGE_TARNAME
"belle-sip"
)
...
...
src/CMakeLists.txt
View file @
7ceabfeb
...
...
@@ -132,7 +132,7 @@ if(${ENABLE_STATIC})
add_library
(
bellesip STATIC
${
SOURCE_FILES
}
)
else
(
${
ENABLE_STATIC
}
)
add_library
(
bellesip SHARED
${
SOURCE_FILES
}
)
set_target_properties
(
bellesip PROPERTIES VERSION
1.3.0
SOVERSION 0
)
set_target_properties
(
bellesip PROPERTIES VERSION
${
PACKAGE_VERSION
}
SOVERSION 0
)
if
(
MSVC
)
if
(
CMAKE_BUILD_TYPE STREQUAL
"Debug"
)
install
(
FILES
${
CMAKE_CURRENT_BINARY_DIR
}
/Debug/bellesip.pdb
...
...
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