Skip to content

Commit

Permalink
use DirectXMath tag; bump version (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer authored Dec 21, 2023
1 parent f953b1a commit e27cb57
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.20)
project("NcCommon"
VERSION "1.0.1"
VERSION "1.1.0"
LANGUAGES CXX C
)

Expand Down Expand Up @@ -51,7 +51,7 @@ include(FetchContent)

FetchContent_Declare(DirectXMath
GIT_REPOSITORY https://github.com/NcStudios/DirectXMath.git
GIT_TAG 21b8256207a68d413c517f97391f8354e5211692 # origin/release
GIT_TAG v3.1.6+nc.1
GIT_SHALLOW TRUE
)

Expand Down

0 comments on commit e27cb57

Please sign in to comment.