You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If we change find_package(root 6.00) into find_package(root 7.00) in the main CMakeLists.txt, cmake will print:
-- Building submodule Cicada at /Users/mguigue/Work/Project8/SourceTree/katydid/Cicada
-- Found ROOT: /usr/local/bin/root-config (Required is at least version "7.00")
and will go on as if everything was fine.
Found this "issue" in another project, but this should apply in every repo where we have root package...
Very low priority, but this might hide some issues with other packages...
The text was updated successfully, but these errors were encountered:
If we change
find_package(root 6.00)
intofind_package(root 7.00)
in the main CMakeLists.txt, cmake will print:and will go on as if everything was fine.
Found this "issue" in another project, but this should apply in every repo where we have root package...
Very low priority, but this might hide some issues with other packages...
The text was updated successfully, but these errors were encountered: