Skip to content

Commit

Permalink
[cmake] 1.4 version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jgrewe committed Jun 6, 2017
1 parent 739626a commit 22962f8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ SET(INCLUDE_INSTALL_DIR "include" CACHE PATH "Include install directory")
project (nix C CXX)

set(VERSION_MAJOR 1)
set(VERSION_MINOR 3)
set(VERSION_PATCH 2)
set(VERSION_MINOR 4)
set(VERSION_PATCH 0)

set(VERSION_ABI 1)

Expand Down Expand Up @@ -246,7 +246,7 @@ install(FILES ${CMAKE_BINARY_DIR}/nix.pc DESTINATION ${LIB_INSTALL_DIR}/pkgconfi
########################################
# CPack for Win
if(WIN32)

install(TARGETS nix
ARCHIVE
DESTINATION lib
Expand All @@ -255,7 +255,7 @@ if(WIN32)
install(FILES ${NIX_LICENSE}
DESTINATION ./
COMPONENT libraries)

file(GLOB HDF5_DLLS "${HDF5_DIR}/../../bin/*.dll")
install(FILES ${HDF5_DLLS}
DESTINATION bin
Expand All @@ -264,12 +264,12 @@ if(WIN32)
install(FILES ${HDF5_COPYING}
DESTINATION ./
COMPONENT libraries)

install(TARGETS nix-tool
RUNTIME
DESTINATION bin
COMPONENT applications)

set(CPACK_GENERATOR NSIS)
set(CPACK_PACKAGE_NAME "nix")
set(CPACK_PACKAGE_VENDOR "g-node.org")
Expand Down

0 comments on commit 22962f8

Please sign in to comment.