We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15e89ee commit f342fadCopy full SHA for f342fad
CMakeLists.txt
@@ -25,7 +25,7 @@ cmake_minimum_required(VERSION 3.10)
25
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
26
27
# set the project name
28
-project(mrc VERSION 1.3.12)
+project(mrc VERSION 1.3.13)
29
30
include(CTest)
31
changelog
@@ -1,7 +1,10 @@
1
-Version 1.3.12
+Version 1.3.13
2
- Readlink does not write a null character, so we have
3
to add it ourselves.
4
5
+Version 1.3.12
6
+- No longer using FetchContent by default
7
+
8
Version 1.3.11
9
- Added option --elf-template that can use an object
10
file or executable in ELF format as template to find
0 commit comments