Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
flagarde authored Oct 20, 2021
1 parent f77b3b0 commit c167f0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.10...3.17.2)

project(FlakedTuna VERSION "0.9.5" DESCRIPTION "A lightweight, cross-platform C++17 Plugin Framework" HOMEPAGE_URL "https://github.com/flagarde/FlakedTuna" LANGUAGES CXX)
project(FlakedTuna VERSION "1.1" DESCRIPTION "A lightweight, cross-platform C++17 Plugin Framework" HOMEPAGE_URL "https://github.com/flagarde/FlakedTuna" LANGUAGES CXX)

set(CMAKE_MODULE_PATH "${CMAKE_MODULE_PATH}" "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

Expand Down

0 comments on commit c167f0b

Please sign in to comment.