From d98800b08464cb23eb44c21d3a40d6cf21ebbf18 Mon Sep 17 00:00:00 2001 From: torcs-ng Date: Wed, 6 Nov 2013 21:22:17 +0000 Subject: [PATCH] update cmakelists.txt git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5722 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: 287b9a7e3e7ec2dd57ee42c8c010c2fea086d963 Former-commit-id: ef400f68798a130e96bae8ba4f1a02f1660121d9 --- src/drivers/simplix/CMakeLists.txt | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/src/drivers/simplix/CMakeLists.txt b/src/drivers/simplix/CMakeLists.txt index 559da9f7..8af60873 100644 --- a/src/drivers/simplix/CMakeLists.txt +++ b/src/drivers/simplix/CMakeLists.txt @@ -73,14 +73,8 @@ SET(ROBOT_SOURCES ) # Official-only simplix instances. -SET(ROBOT_CLONES simplix_36GP simplix_sc simplix_trb1 simplix_ls1 simplix_ls2 simplix_mp5 simplix_lp1 simplix_ref) - -IF(NOT OPTION_OFFICIAL_ONLY) - - # Work-in-progress / unofficial simplix instances. - SET(ROBOT_CLONES ${ROBOT_CLONES} simplix_mpa1) - -ENDIF() +SET(ROBOT_CLONES simplix_36GP simplix_sc simplix_trb1 simplix_ls1 simplix_ls2 simplix_mp5 + simplix_mpa1 simplix_lp1 simplix_ref) # The ubiquitous robot module and its clones. ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION 3.3.0 SOVERSION 1.0.0 @@ -89,4 +83,4 @@ ROBOT_MODULE(NAME ${ROBOT_NAME} VERSION 3.3.0 SOVERSION 1.0.0 CLONENAMES ${ROBOT_CLONES}) # For data associated to the ubiquitous robot module and its clones, -# see data/drivers/simplix*/CMakeLists.txt \ No newline at end of file +# see data/drivers/simplix*/CMakeLists.txt