add option instead of set

This commit is contained in:
Eyck Jentzsch 2021-03-07 16:40:33 +00:00
parent 5d1f93750a
commit 37cecfc658
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
set(ENABLE_CODEGEN "Enable code generation for supported cores" ON)
cmake_minimum_required(VERSION 3.11)
option(ENABLE_CODEGEN "Enable code generation for supported cores" ON)
#helper to setup code generation and generate outputs
set(GENERATOR_JAR ${tgfs_SOURCE_DIR}/../coredsl/com.minres.coredsl.generator.repository/target/com.minres.coredsl.generator-2.0.0-SNAPSHOT.jar)