Skip to content
Snippets Groups Projects
Commit 19159269 authored by Mattias Ellert's avatar Mattias Ellert Committed by Guilherme Amadio
Browse files

Don't install intermediate static lib minicern

parent a35e383e
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
############################################################################
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -fPIC")
ROOT_LINKER_LIBRARY(minicern *.c *.f TYPE STATIC)
ROOT_LINKER_LIBRARY(minicern *.c *.f TYPE STATIC NOINSTALL)
target_link_libraries(minicern ${CMAKE_Fortran_IMPLICIT_LINK_LIBRARIES})
# Disable optimization since it some cases was causing crashes.
......
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