Skip to content
Snippets Groups Projects
Commit a60bc138 authored by Matthias Kretz's avatar Matthias Kretz Committed by Lorenzo Moneta
Browse files

cmake: define variable for special-casing in Vc code


Vc cmake code needs to do some extra/different calls when inside ROOT.
In order to easily sync with upstream the Vc_INSIDE_ROOT variable is
used.

Signed-off-by: default avatarMatthias Kretz <kretz@kde.org>
parent 5722cba1
Branches
Tags
No related merge requests found
set(Vc_INSIDE_ROOT TRUE)
include(cmake/VcMacros.cmake) include(cmake/VcMacros.cmake)
include(cmake/AddTargetProperty.cmake) include(cmake/AddTargetProperty.cmake)
vc_determine_compiler() vc_determine_compiler()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment