rock-core / package_set

Package definition for autoproj, to build all the packages that form the core of Rock, the Robot Construction Kit
http://rock-robotics.org/documentation/
0 stars 24 forks source link

Convert the truthy/falsey but also stringy value from enabled? to ON/OFF #222

Closed pierrewillenbrockdfki closed 1 year ago

pierrewillenbrockdfki commented 1 year ago

The truthy/falsey rules differ between ruby and cmake, in particular the actual path from enabled? is falsey in cmakes book.

@doudou I think enabled? used to return something that does not have to_str, but now it does and this line tries to set ROCK_TEST_ENABLED to that, confusing cmake.