Skip to content

Commit

Permalink
✨ Set codegen to complete per default.
Browse files Browse the repository at this point in the history
  • Loading branch information
catheart97 authored Aug 19, 2022
1 parent 47cd826 commit 6608035
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 @@ -17,7 +17,7 @@ add_definitions(-DNPY_NO_DEPRECATED_API=NPY_1_7_API_VERSION)
find_package(PythonInterp 3.7 REQUIRED)
find_package(PythonLibs 3.7 REQUIRED)

set (CODEGEN_SHORTEN "1")
set (CODEGEN_SHORTEN "0")
set (CODEGEN_SCRIPT "source/granite/TrajectoryIntegrator.gen.py")
execute_process(
COMMAND ${PYTHON_EXECUTABLE} ${CODEGEN_SCRIPT} ${CODEGEN_SHORTEN}
Expand Down

0 comments on commit 6608035

Please sign in to comment.