-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: master
-
Fix Version/s: 6.22/00
-
Component/s: Build System
-
Labels:None
-
Environment:
Linux
$ cmake -DCMAKE_CXX_STANDARD=14 -Droot7=Off ../src
|
results in
CMake Error at cmake/modules/RootMacros.cmake:353 (message):
|
Cannot find header ROOT/RLogger.hxx to generate dictionary G__Core for.
|
Did you forget to set the INCLUDE_DIRECTORIES property for the current
|
directory?
|
Call Stack (most recent call first):
|
core/CMakeLists.txt:201 (ROOT_GENERATE_DICTIONARY)
|
|
|
-- Configuring incomplete, errors occurred!
|
It should be possible to build ROOT with C++14 but without root7.