add missing include directory path in cmake. Thank's to Akihiro Koda for reporting the bug and proposing the fix.

This commit is contained in:
suter_a 2021-09-21 07:52:58 +02:00
parent 4cc1dbecd1
commit d357b9ad2f

View File

@ -59,6 +59,7 @@ root_generate_dictionary(
OPTIONS
-I${NONLOCAL_INC}
-I${MUSRFIT_INC}
-I${FFTW3_INCLUDE_DIR}
-I${CMAKE_CURRENT_SOURCE_DIR}
-inlineInputHeader
LINKDEF ${MUSRFIT_INC}/PRgeHandlerLinkDef.h