Include ExternalProject for the clad plugin.

That allows building clad for cling standalone.
This commit is contained in:
Vassil Vassilev 2020-09-18 09:07:10 +00:00 committed by jenkins
parent a65caf82d7
commit 36ffd9a3d5

View File

@ -6,6 +6,8 @@
# LICENSE.TXT for details.
#-------------------------------------------------------------------------------
include(ExternalProject)
set(clad_install_dir ${CMAKE_BINARY_DIR}/etc/cling/)
# Specify include dirs for clad
set(CLAD_INCLUDE_DIRS ${clad_install_dir})