Skip to content
Snippets Groups Projects
Commit 503e5430 authored by Administrator's avatar Administrator Committed by Semen Lebedev
Browse files

Change include statement with relative path

parent bc9122ec
No related branches found
No related tags found
No related merge requests found
Set(INCLUDE_DIRECTORIES
${CMAKE_CURRENT_SOURCE_DIR}
${CBMBASE_DIR}
${CBMBASE_DIR}/draw
${CBMBASE_DIR}/utils
......
......@@ -5,7 +5,7 @@
#ifndef CBMUTILS_H_
#define CBMUTILS_H_
#include "../CbmMCDataManager.h"
#include "CbmMCDataManager.h"
#include "FairLogger.h"
#include "FairRootManager.h"
......
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