Skip to content
Snippets Groups Projects
Commit 72911c70 authored by Carlos Vazquez Sierra's avatar Carlos Vazquez Sierra :eye_in_speech_bubble:
Browse files

Fixing bug which caused errors in the release build

parent c99e619d
No related branches found
No related tags found
1 merge request!105Fixing bug which caused errors in the release build
......@@ -10,7 +10,7 @@ find_package(ROOT COMPONENTS Core
# override the genreflex call to wrap it in the right environment
set(ROOT_genreflex_CMD ${env_cmd} --xml ${env_xml} ${ROOT_genreflex_CMD})
include_directories(${ROOT_INCLUDE_DIRS})
include_directories(SYSTEM ${ROOT_INCLUDE_DIRS})
reflex_generate_dictionary(P2VV
dict/P2VVDict.h dict/P2VVDict.xml
SPLIT_CLASSDEF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment