Closed jeffpc closed 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.
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.