summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorErwin Coumans <erwin.coumans@gmail.com>2017-03-23 18:00:00 -0700
committerErwin Coumans <erwin.coumans@gmail.com>2017-03-23 18:00:00 -0700
commitee0e3ba2718cb636b178574c53d67fef2e6daaf7 (patch)
treeb893a4505587da3c6e866216ec21febea6c3e25d /test
parent21d1827c9f7953065fc9dfd20bedcaa9901175f7 (diff)
downloadbullet3-ee0e3ba2718cb636b178574c53d67fef2e6daaf7.tar.gz
Remove RobotLogging from CMakeLists.txt
Avoid crashing if threadIndex exceeds BT_QUICKPROF_MAX_THREAD_COUNT (64)
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index ff1da9bff..9bbfdf78c 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -3,5 +3,5 @@ IF(BUILD_BULLET3)
SUBDIRS( InverseDynamics SharedMemory )
ENDIF(BUILD_BULLET3)
-SUBDIRS( gtest-1.7.0 collision RobotLogging BulletDynamics )
+SUBDIRS( gtest-1.7.0 collision BulletDynamics )