Skip to content

Commit

Permalink
See CHANGES.md for details
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-gilbert committed Oct 24, 2022
1 parent ad9f367 commit 95957ad
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
Expand Up @@ -5,7 +5,7 @@ set(CMSDK_MACOS_VERSION_MIN 10.14 CACHE INTERNAL "Override default min OS for Ma
set(CMAKE_MODULE_PATH ${CMSDK_LOCAL_PATH}/cmake)
set(CMAKE_TOOLCHAIN_FILE ${CMAKE_MODULE_PATH}/cmsdk-toolchain.cmake)
include(cmsdk)
set(GUI_PROJECT_VERSION 0.2 CACHE INTERNAL "gui application version")
set(GUI_PROJECT_VERSION 1.0.0 CACHE INTERNAL "gui application version")
project(gui
LANGUAGES CXX C
VERSION ${GUI_PROJECT_VERSION})
Expand Down

0 comments on commit 95957ad

Please sign in to comment.