cmake: Rename dtool/Packages.cmake to dtool/Package.cmake to keep consistency with ppremake.
This commit is contained in:
parent
c579f87007
commit
1fc064104f
|
|
@ -20,9 +20,6 @@ elseif(NOTHING)
|
|||
set(CONFIG_DISABLE_EVERYTHING On)
|
||||
endif()
|
||||
|
||||
|
||||
include(ConfigurePackage)
|
||||
|
||||
# Find and configure Eigen library
|
||||
find_package(Eigen3 QUIET)
|
||||
config_package(EIGEN "Eigen")
|
||||
Loading…
Reference in New Issue