fix error on drivers/CMakeLists.txt
git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5516 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: dee30db4a45f3b95f2835c84efe42fd976ee1b4c Former-commit-id: a97417503688ac41b07f65c6b007e92d8ccda5f6
This commit is contained in:
parent
ac86b14e93
commit
fa45fcc5dc
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ SD_ADD_SUBDIRECTORY(simplix)
|
|||
SD_ADD_SUBDIRECTORY(usr)
|
||||
|
||||
# Work-in-progress / unofficial robots.
|
||||
IF(NOT OPTION_OFFICIAL_ONLY
|
||||
IF(NOT OPTION_OFFICIAL_ONLY)
|
||||
|
||||
# Template robot (new framework).
|
||||
SD_ADD_SUBDIRECTORY(template)
|
||||
|
|
Loading…
Reference in a new issue