Closed gergondet closed 4 years ago
The documentation in ChoreonoidConfig.cmake says that to disable Qt setup we must set the CHOREONOID_DISABLE_QT_SETUP variable but the code actually uses CHOREONOID_SKIP_QT_CONFIG
ChoreonoidConfig.cmake
CHOREONOID_DISABLE_QT_SETUP
CHOREONOID_SKIP_QT_CONFIG
This PR corrects the documentation
I'm embarrassed by this mistake, and thank you for fixing it!
The documentation in
ChoreonoidConfig.cmake
says that to disable Qt setup we must set theCHOREONOID_DISABLE_QT_SETUP
variable but the code actually usesCHOREONOID_SKIP_QT_CONFIG
This PR corrects the documentation