Skip to content

Commit

Permalink
bump SOCMAKE_VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
Anvesh Nookala committed Nov 18, 2024
1 parent 22fab1a commit 1ef1b7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cmake_minimum_required(VERSION 3.25)
# Version is set first to reuse it across the SoCMake project
# For example, docs/CMakeLists.txt includes this file to retrieve the version
# and build the documentation
set(SOCMAKE_VERSION 0.2.16)
set(SOCMAKE_VERSION 0.2.18)

project(SoCMake
VERSION ${SOCMAKE_VERSION}
Expand All @@ -22,6 +22,7 @@ if("${SOCMAKE_BUILD_TESTING}")
add_subdirectory(tests)
endif()

# hierarchy = env.testharness.testharness.triglav_i.triglav_soc_i.ibex_wrapTMR_i.u_top.register_file_i
# This is to prevent a warning
if(NOT PROJECT_IS_TOP_LEVEL)
set(SOCMAKE_VERSION ${SOCMAKE_VERSION} PARENT_SCOPE)
Expand Down

0 comments on commit 1ef1b7b

Please sign in to comment.