toeb / cmakepp

An Enhancement Suite for the CMake Build System
Other
433 stars 37 forks source link

CMake 3.0.1 testing #47

Closed ruslo closed 9 years ago

ruslo commented 9 years ago

Hi,

I've added cmake 3.0.1 version to travis-ci config. Seems that some test fails with message:

CMake Error at cmake/core/message.cmake:142 (_message):

'assertion failed1: '1.0.0-+;STREQUAL;1.0.0''
toeb commented 9 years ago

yeah that happend because it seems that if(DEFINED var) changed how it works. I'm checking into it

toeb commented 9 years ago

done