CMake User Contributed Macros: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Added two FindXXX macros)
(Replace content with link to new CMake community wiki)
 
(39 intermediate revisions by 19 users not shown)
Line 1: Line 1:
'''User Contributed Macros'''
{{CMake/Template/Moved}}


== Find Modules ==
This page has moved [https://gitlab.kitware.com/cmake/community/wikis/Contrib here].
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 ==
While attempting to convert a gnu makefile to Cmake, there was
a need to provide some macros to provide equivalent functionality.  
 
#[[CMakeMacroFilterOut | FILTER_OUT (filter-out)]]
 
[[CMake|Home]]  [[CMake_User_Contributed_Macros|Back]]
 
== Some helpers along the way ==
#[[CMakeCopyIfDifferent | COPY_IF_DIFFERENT]]
 
[[CMake|Home]] 
[[CMake_User_Contributed_Macros|Back]]

Latest revision as of 15:41, 30 April 2018


The CMake community Wiki has moved to the Kitware GitLab Instance.

This page has moved here.