Details
-
Bug
-
Resolution: Fixed
-
High
-
5.34/34
-
None
-
Windows
Description
find_package(ROOT) does not properly work on Windows for projects using ROOT. Two issues:
- We need to add the set of standard libraries by default to make it equivalent to the current ROOT 6.
- The library names are expected not have the 'lib' prefix (as is native in Windows platforms).