Skip to content

Commit

Permalink
Update to v3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcelerier committed Aug 6, 2020
1 parent cd95308 commit 28606bc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.13)
project(cninja LANGUAGES CXX VERSION 3.1.0)
project(cninja LANGUAGES CXX VERSION 3.2.0)
enable_testing()

set(CMAKE_INCLUDE_CURRENT_DIR ON)
Expand All @@ -12,7 +12,6 @@ add_executable(cninja)

target_include_directories(cninja
PRIVATE
3rdparty/cxxopts/include
3rdparty/fmt/include
3rdparty/filesystem/include

Expand Down

0 comments on commit 28606bc

Please sign in to comment.