Skip to content

Commit

Permalink
version problem?
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanmrichard committed Dec 28, 2023
1 parent d281efd commit 94801bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ cmake_minimum_required(VERSION 3.14)
include(cmake/get_nwx_cmake.cmake)

#Sets the version to whatever git thinks it is
include(get_version_from_git)
get_version_from_git(pluginplay_version "${CMAKE_CURRENT_LIST_DIR}")
#include(get_version_from_git)
#get_version_from_git(pluginplay_version "${CMAKE_CURRENT_LIST_DIR}")
set(pluginplay_version 1.0.0)
project(pluginplay VERSION "${pluginplay_version}" LANGUAGES CXX)

include(nwx_versions)
Expand Down

0 comments on commit 94801bb

Please sign in to comment.