Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
eyck committed Apr 24, 2022
2 parents adf90b1 + 7bbef20 commit 0e182dd
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 @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.16)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${CMAKE_CURRENT_SOURCE_DIR}/cmake) # project specific cmake dir
cmake_policy(SET CMP0077 NEW)

project(scc VERSION 1.0.0 LANGUAGES CXX C)
project(scc VERSION 2022.4.0 LANGUAGES CXX C)

option(USE_CWR_SYSTEMC "Use Synopsys Virtualizer SystemC" OFF)

Expand Down

0 comments on commit 0e182dd

Please sign in to comment.