Skip to content

Commit

Permalink
Merge pull request #12 from elucideye/pr.v.1.7
Browse files Browse the repository at this point in the history
add version to cmake
  • Loading branch information
headupinclouds authored Aug 14, 2017
2 parents 231e4a4 + fdf5018 commit 19178bd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.0)
project(drishti_assets)

project(drishti_assets VERSION 1.7)

set(DATA_INSTALL_DIR "share/${PROJECT_NAME}")
set(config_install_dir "lib/cmake/${PROJECT_NAME}")
Expand Down

0 comments on commit 19178bd

Please sign in to comment.