Skip to content
Snippets Groups Projects
Unverified Commit 1ffa8108 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Supress warnings from external package dCache

Also remove add_definitions(-pthread) from CMakeLists.txt.
This is not the right function to use to add the flag, and
it is already taken care of by cmake/modules/CheckCompiler.cmake
in any case.
parent 0ef4f35d
No related branches found
No related tags found
No related merge requests found
......@@ -2,10 +2,7 @@
# CMakeLists.txt file for building ROOT io/dcache package
############################################################################
include_directories(${DCAP_INCLUDE_DIRS})
add_definitions(-pthread)
ROOT_ADD_CXX_FLAG(CMAKE_CXX_FLAGS -Wno-ignored-qualifiers)
include_directories(SYSTEM ${DCAP_INCLUDE_DIRS})
ROOT_GENERATE_DICTIONARY(G__DCache *.h MODULE DCache LINKDEF LinkDef.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