jeffpc / nx01

testing
MIT License
1 stars 0 forks source link

cmake required version is wrong #1

Closed jeffpc closed 9 years ago

jeffpc commented 9 years ago

The top level cmake file specifies the minimum cmake version to be 2.8.5. Unfortunately, at the very least 2.8.9 fails to work because of the add_library ALIAS command in src/common/CMakeLists.txt. It looks like 2.8.12 added this functionality.