forked from boostorg/predef
Specify LANGUAGES NONE to avoid enabling C and CXX (#120)
This commit is contained in:
@ -25,7 +25,7 @@ cmake_minimum_required( VERSION 3.0 )
|
|||||||
# Don't set VERSION, as that's a pita to keep up to date with the version
|
# Don't set VERSION, as that's a pita to keep up to date with the version
|
||||||
# header. And don't set LANGUAGES as we are multi-language and header
|
# header. And don't set LANGUAGES as we are multi-language and header
|
||||||
# only, so it's irrelevant.
|
# only, so it's irrelevant.
|
||||||
project( BoostPredef )
|
project( BoostPredef LANGUAGES NONE )
|
||||||
|
|
||||||
# Simple INTERFACE, and header only, library target.
|
# Simple INTERFACE, and header only, library target.
|
||||||
add_library( boost_predef INTERFACE )
|
add_library( boost_predef INTERFACE )
|
||||||
|
Reference in New Issue
Block a user