We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c724249 commit f8cdbb0Copy full SHA for f8cdbb0
CMakeLists.txt
@@ -2,6 +2,10 @@ cmake_minimum_required(VERSION 3.2)
2
3
4
# Grab the current CBMC version from config.inc
5
+# We do this so we have a matching cbmc version between the Makefile build and
6
+# the CMake build. This version info is useful for things like generating
7
+# packages (which usually need to contain version info in their metadata and
8
+# filenames)
9
file(
10
STRINGS src/config.inc CBMC_VERSION
11
REGEX "CBMC_VERSION = (.*)")
0 commit comments