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 c5d0cfc commit 12fdeb1Copy full SHA for 12fdeb1
jbmc/src/CMakeLists.txt
@@ -1,4 +1,4 @@
1
-project(JBMC)
+project(JBMC VERSION ${CBMC_VERSION})
2
3
# Set the public include locations for a target.
4
macro(generic_includes name)
src/CMakeLists.txt
-project(CBMC)
+project(CBMC VERSION ${CBMC_VERSION})
find_package(BISON REQUIRED)
find_package(FLEX REQUIRED)
0 commit comments