Skip to content

Commit

Permalink
fix: cmake lint
Browse files Browse the repository at this point in the history
  • Loading branch information
damien-robotsix committed Sep 9, 2024
1 parent a1711e9 commit d74267f
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 @@ -87,7 +87,7 @@ if(${BUILD_ACADOS_TEMPLATE})
set(TERA_VERSION "0.0.35")
# Clone the tera renderer
message(STATUS "Cloning Tera renderer")
if (NOT EXISTS "${ACADOS_SOURCE_BUILD_DIR}/tera_renderer")
if(NOT EXISTS "${ACADOS_SOURCE_BUILD_DIR}/tera_renderer")
execute_process(COMMAND git clone --quiet https://github.com/acados/tera_renderer -b v${TERA_VERSION}
WORKING_DIRECTORY "${ACADOS_SOURCE_BUILD_DIR}"
RESULT_VARIABLE TERA_GIT_OUT
Expand Down

0 comments on commit d74267f

Please sign in to comment.