[CMake] BUILD_INTERFACE genex used even in install(EXPORT...

Nils Gladitz nilsgladitz at gmail.com
Tue Nov 25 08:49:13 EST 2014


On 11/25/2014 02:31 PM, Mueller-Roemer, Johannes Sebastian wrote:
> It appears that wasn't really the issue, but rather that I had my CMake minimum version set to 2.8.11 and not 2.8.12.

cmake_minimum_required(VERSION 2.8.12) sets policy CMP0022 to NEW 
because the policy was introduced in 2.8.12.

Nils


More information about the CMake mailing list