Skip to content

Commit

Permalink
[TEST] Set Eigen3_FOUND, too
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman committed Jun 10, 2018
1 parent e709b46 commit a5500ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/ycm-0.7.0/3rdparty/FindEigen3.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ if (EIGEN3_INCLUDE_DIR)
# in cache already
_eigen3_check_version()
set(EIGEN3_FOUND ${EIGEN3_VERSION_OK})
set(Eigen3_FOUND ${EIGEN3_FOUND})

else (EIGEN3_INCLUDE_DIR)

Expand Down

0 comments on commit a5500ad

Please sign in to comment.