Functions | Variables
SuperBuildTools.cmake File Reference
#include "ExternalProject.cmake"
+ Include dependency graph for SuperBuildTools.cmake:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

function basis_super_build (in PACKAGE_NAME)
 super build for BASIS modules More...
 

Variables

cmake __BASIS_SUPER_BUILD_INCLUDED
 
option BASIS_ALWAYS_RECONFIGURE_SUPER_BUILD = OFF
 When enabled CMake will always reconfigure super build modules. Slows performance but won't ignore changes in external projects. More...
 

Function Documentation

§ basis_super_build()

function basis_super_build ( in  PACKAGE_NAME)

super build for BASIS modules

Returns
Nothing.

Variable Documentation

§ __BASIS_SUPER_BUILD_INCLUDED

cmake __BASIS_SUPER_BUILD_INCLUDED

Definition at line 12 of file SuperBuildTools.cmake.

§ BASIS_ALWAYS_RECONFIGURE_SUPER_BUILD

option BASIS_ALWAYS_RECONFIGURE_SUPER_BUILD = OFF

When enabled CMake will always reconfigure super build modules. Slows performance but won't ignore changes in external projects.

Note
The global variable BASIS_SUPER_BUILD_ARGS is passed to the CMAKE_ARGS parameter of ExternalProject_Add in case custom variables need to be supplied.

Definition at line 23 of file SuperBuildTools.cmake.