Changeset 19371


Ignore:
Timestamp:
11/10/18 18:42:44 (6 years ago)
Author:
tbretz
Message:
Compile getevent in toolsonly mode (to allow the installtion of the event viewer)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/CMakeLists.txt

    r19362 r19371  
    555555MANPAGE(calcsource "")
    556556
    557 IF (NOT TOOLS_ONLY)
    558 
    559557ADD_EXECUTABLE(getevent src/getevent.cc)
    560558TARGET_LINK_LIBRARIES(getevent ${HELP++LIBS} ZLIB::ZLIB)
    561559MANPAGE(getevent "")
     560
     561IF (NOT TOOLS_ONLY)
    562562
    563563ADD_EXECUTABLE(makeplots src/makeplots.cc)
Note: See TracChangeset for help on using the changeset viewer.