CetCMakeEnv¶
This module defines the principal bootstrap function
cet_cmake_env() defining the cetmodules build environment for
the current project.
- cet_cmake_env¶
Set up the cetmodules build environment for the current project.
cet_cmake_env([NO_INSTALL_PKGMETA])
Options¶
NO_INSTALL_PKGMETAUnder normal circumstances,
cet_cmake_env()will callinstall_pkgmeta()to automatically findLICENSEandREADMEfiles and install them. SpecifyNO_INSTALL_PKGMETAif you wish to callinstall_pkgmeta()yourself (or not at all).
Notes¶
Note
Prior to calling
cet_cmake_env():The current project must have been initialized via
project()Any initial or override values for
project variablesshould be set.
See also
Variables affecting behavior¶
Cetmodules