Change project name to Eigen3, to be compatible with FindEigen3.cmake and Eigen3Config.cmake.

This is related to pull-requests 214.
This commit is contained in:
Christoph Hertzberg 2016-08-02 17:08:57 +00:00
parent fd220dd8b0
commit f4404777ff

View File

@ -1,4 +1,4 @@
project(Eigen)
project(Eigen3)
cmake_minimum_required(VERSION 2.8.5)