mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-08-12 19:59:05 +08:00
don't claim googlehash is there when only qt4 has been found :)
This commit is contained in:
parent
294682a25a
commit
a5fbf27843
@ -66,7 +66,6 @@ endif(GOOGLEHASH_FOUND)
|
|||||||
|
|
||||||
find_package(Qt4)
|
find_package(Qt4)
|
||||||
if(QT4_FOUND)
|
if(QT4_FOUND)
|
||||||
add_definitions("-DEIGEN_GOOGLEHASH_SUPPORT")
|
|
||||||
include(${QT_USE_FILE})
|
include(${QT_USE_FILE})
|
||||||
set(EIGEN_TESTED_BACKENDS ${EIGEN_TESTED_BACKENDS} "Qt4 support")
|
set(EIGEN_TESTED_BACKENDS ${EIGEN_TESTED_BACKENDS} "Qt4 support")
|
||||||
else(QT4_FOUND)
|
else(QT4_FOUND)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user