Remove RobotLogging from CMakeLists.txt

Avoid crashing if threadIndex exceeds BT_QUICKPROF_MAX_THREAD_COUNT (64)
This commit is contained in:
Erwin Coumans
2017-03-23 18:00:00 -07:00
parent 21d1827c9f
commit ee0e3ba271
2 changed files with 5 additions and 5 deletions

View File

@@ -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 )