mirror of
https://gitlab.com/libeigen/eigen.git
synced 2026-04-10 11:34:33 +08:00
don't claim googlehash is there when only qt4 has been found :)
This commit is contained in:
@@ -66,7 +66,6 @@ endif(GOOGLEHASH_FOUND)
|
||||
|
||||
find_package(Qt4)
|
||||
if(QT4_FOUND)
|
||||
add_definitions("-DEIGEN_GOOGLEHASH_SUPPORT")
|
||||
include(${QT_USE_FILE})
|
||||
set(EIGEN_TESTED_BACKENDS ${EIGEN_TESTED_BACKENDS} "Qt4 support")
|
||||
else(QT4_FOUND)
|
||||
|
||||
Reference in New Issue
Block a user