Skip to content

Commit

Permalink
cmake lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ostannard committed Sep 20, 2024
1 parent 2c078a0 commit dbf912f
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 @@ -790,7 +790,7 @@ function(
# only in tests step, otherwise, they would be built before install.
ExternalProject_Add_StepDependencies(picolibc_${variant} test compiler_rt_${variant}-install)

if (run_tests)
if(run_tests)
add_custom_target(check-picolibc-${variant})
add_dependencies(check-picolibc-${variant} picolibc_${variant}-test)
add_dependencies(check-picolibc check-picolibc-${variant})
Expand Down

0 comments on commit dbf912f

Please sign in to comment.