Skip to content

Commit d1c3ae1

Browse files
committed
Fix bug with a custom command
Up until this was fixed, build_logo make target was not exposed in the Makefile
1 parent 283eff8 commit d1c3ae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ if(COMMAND_INTERPRETER)
7373
"func_test.sh" sxp_prepare sxp_generate sxp_render
7474
)
7575
add_custom_target(
76-
NAME build_logo COMMAND ${COMMAND_INTERPRETER}
76+
build_logo ${COMMAND_INTERPRETER}
7777
"build_logo.sh" sxp_prepare sxp_generate sxp_render "saxbospiral.png"
7878
)
7979
else()

0 commit comments

Comments
 (0)