CMake User Contributed Macros: Difference between revisions
From KitwarePublic
Jump to navigationJump to search
mNo edit summary |
(Added two FindXXX macros) |
||
Line 1: | Line 1: | ||
'''User Contributed Macros''' | '''User Contributed Macros''' | ||
== Find Modules == | |||
While CMake comes with a whole bunch of FindXXX macros, there is a large number of packages there are not covered. The hope is that these user-contributed macros will eventually make their way into the official distribution. | |||
#[[CMakeUserFindAUTOPACK | Find Autopack]] | |||
#[[CMakeUserFindPARMETIS | Find ParMetis]] | |||
[[CMake|Home]] [[CMake_User_Contributed_Macros|Back]] | |||
== Make Equivalents == | == Make Equivalents == |
Revision as of 14:32, 12 October 2005
User Contributed Macros
Find Modules
While CMake comes with a whole bunch of FindXXX macros, there is a large number of packages there are not covered. The hope is that these user-contributed macros will eventually make their way into the official distribution.
Make Equivalents
While attempting to convert a gnu makefile to Cmake, there was a need to provide some macros to provide equivalent functionality.