Skip to content
Snippets Groups Projects
Commit 9a38b787 authored by Vassil Vassilev's avatar Vassil Vassilev
Browse files

[cmake] Remove unnecessary install options.

parent 7ca0185a
Branches
Tags
No related merge requests found
...@@ -10,4 +10,4 @@ ROOT_GENERATE_DICTIONARY(G__MultiProc ${headers} MODULE MultiProc LINKDEF LinkDe ...@@ -10,4 +10,4 @@ ROOT_GENERATE_DICTIONARY(G__MultiProc ${headers} MODULE MultiProc LINKDEF LinkDe
ROOT_OBJECT_LIBRARY(MultiProcObjs ${sources} G__MultiProc.cxx) ROOT_OBJECT_LIBRARY(MultiProcObjs ${sources} G__MultiProc.cxx)
ROOT_LINKER_LIBRARY(MultiProc $<TARGET_OBJECTS:MultiProcObjs> DEPENDENCIES Core Net TreePlayer dl) ROOT_LINKER_LIBRARY(MultiProc $<TARGET_OBJECTS:MultiProcObjs> DEPENDENCIES Core Net TreePlayer dl)
ROOT_INSTALL_HEADERS(${installoptions}) ROOT_INSTALL_HEADERS()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment