Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Glavnokoman committed Jul 4, 2018
1 parent d67bea2 commit 447c717
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
cmake_minimum_required (VERSION 3.8)
project(vuh)
project(vuh VERSION 1.0.0)

option(VUH_BUILD_BENCHMARKS "Build benchmarks for vuh library" OFF)
option(VUH_BUILD_DOCS "Build doxygen documentation for vuh" ON)
option(VUH_BUILD_EXAMPLES "Build examples of using vuh" ON)
option(VUH_BUILD_TESTS "Build tests for vuh library" ON)
option(VUH_BUILD_DOCS "Build doxygen documentation for vuh" OFF)
option(VUH_BUILD_EXAMPLES "Build examples of using vuh" OFF)
option(VUH_BUILD_TESTS "Build tests for vuh library" OFF)

set(CMAKE_CXX_STANDARD 14)
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall")
Expand Down

0 comments on commit 447c717

Please sign in to comment.