On Thu, Mar 14, 2013 at 11:53:33AM +0100, Markus Blatt wrote: > On Thu, Mar 14, 2013 at 10:40:58AM +0100, Markus Blatt wrote: > > Just found out about CMAKE_DISABLE_FIND_PACKAGE_<PackageName> for > disabling features. I will patch dunecontrol to use it for provided > --without-<package> directives. >
And the package name is case sensitive, of course. This means if the modules is name FindSuperLU.cmake (as in DUNE), the variable is CMAKE_DISABLE_FIND_PACKAGE_SuperLU. Unfortunately, the module in opm-core is called FindSUPERLU.cmake. Can we decide on a common naming scheme? According to its website the package name is SuperLU and as other modules (e.g. TinyXML) adhere to this camelcase rule we should probably use FindSuperLU.cmake and change the variable name in configure. Other opinions/options etc? Markus -- Dr. Markus Blatt - HPC-Simulation-Software & Services http://www.dr-blatt.de Hans-Bunte-Str. 8-10, 69123 Heidelberg, Germany, USt-Id: DE279960836 Tel.: +49 (0) 160 97590858 Fax: +49 (0)322 1108991658 Please notice the new address! _______________________________________________ Opm mailing list [email protected] http://www.opm-project.org/mailman/listinfo/opm
