From e27cb570c77fb51bffca0bd2789635ca0b84ffcc Mon Sep 17 00:00:00 2001 From: McCallisterRomer <47375742+McCallisterRomer@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:07:19 -0600 Subject: [PATCH] use DirectXMath tag; bump version (#19) --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index dfdba68..46b4d40 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) project("NcCommon" - VERSION "1.0.1" + VERSION "1.1.0" LANGUAGES CXX C ) @@ -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 )