Skip to content

Commit d595da3

Browse files
lidaobing欧林宝
authored andcommitted
release 0.2.1 (#67)
1 parent ae986ae commit d595da3

4 files changed

Lines changed: 10 additions & 4 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ project(Demo)
1818
set(CMAKE_CXX_STANDARD 11)
1919

2020
enable_testing()
21+
include(GNUInstallDirs)
2122
add_subdirectory(include)
2223
add_subdirectory(src)
2324
add_subdirectory(vendor)

NEWS.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# 0.2.1: 2019-05-30
2+
3+
* satisfy Debian's libdir.
4+
5+
# 0.2.0: 2019-05-24
6+
7+
* re-org the library to be better used as a library.

include/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
install(DIRECTORY
22
jdcloud_signer
3-
DESTINATION include)
3+
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR})

src/CMakeLists.txt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
include(GNUInstallDirs)
16-
1715
set (Demo_VERSION_MAJOR 0)
1816
set (Demo_VERSION_MINOR 2)
19-
set (Demo_VERSION_DEBUG 0)
17+
set (Demo_VERSION_DEBUG 1)
2018
set(VERSION ${Demo_VERSION_MAJOR}.${Demo_VERSION_MINOR}.${Demo_VERSION_DEBUG})
2119
set(SOVERSION ${Demo_VERSION_MAJOR})
2220

0 commit comments

Comments
 (0)