Skip to content

Commit

Permalink
Re-intro patch version, add comment to conanfile.
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Sep 24, 2024
1 parent 40b405c commit 718c4be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_policy(SET CMP0117 NEW)

project(mapget CXX)

set(MAPGET_VERSION 2024.4)
set(MAPGET_VERSION 2024.4.0)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
Expand Down
1 change: 1 addition & 0 deletions conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ def requirements(self):
self.requires("simfil/0.3.2", transitive_headers=True)
self.requires("spdlog/[~1]", transitive_headers=True)
self.requires("bitsery/[~5]")
# The override=True for is needed, until simfil 0.3.3 is released.
self.requires("nlohmann_json/3.11.3", override=True, transitive_headers=True)
self.requires("glm/cci.20230113", transitive_headers=True)
if self.options.with_httplib:
Expand Down

0 comments on commit 718c4be

Please sign in to comment.