Skip to content

Commit

Permalink
Corrected RTTI version
Browse files Browse the repository at this point in the history
  • Loading branch information
Epixu committed Oct 24, 2023
1 parent 7bb4b02 commit 62a235d
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 @@ -19,7 +19,7 @@ if(PROJECT_IS_TOP_LEVEL OR NOT LANGULUS)
# Add Langulus::Core/Logger/RTTI libraries
fetch_langulus_module(Core GIT_TAG d52feac3e995e3eeac44fadd7812361919b73a11)
fetch_langulus_module(Logger GIT_TAG 3314fbe3bf5611a5bd9ee649f2a6ba5c43f6b4c4)
fetch_langulus_module(RTTI GIT_TAG be02f941a85f96476fb7e010da1f3b60386444c5)
fetch_langulus_module(RTTI GIT_TAG 50494f0906e6f5bb8eee4e95ad68dcd856af2227)
endif()

if (NOT LANGULUS_FEATURE_MANAGED_MEMORY)
Expand Down

0 comments on commit 62a235d

Please sign in to comment.