Skip to content

Commit d3e7b52

Browse files
committed
General cleanup
1 parent 2929bd9 commit d3e7b52

File tree

11 files changed

+33
-378
lines changed

11 files changed

+33
-378
lines changed

CMakeLists.txt

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall -Wno-long-long -Wno-deprecated-dec
66
set(CMAKE_Fortran_FLAGS "${CMAKE_Fortran_FLAGS} -g -O1 -fno-automatic -fPIC")
77
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR} ${CMAKE_SOURCE_DIR}/cmake)
88

9-
set(MODULES Fpmc Herwig Examples Tests)
9+
set(MODULES Fpmc Herwig Tests)
1010

1111
#----- enable Fortran
1212

@@ -42,11 +42,8 @@ target_link_libraries(fpmc ${LIBRARIES})
4242

4343
if(HEPMC_LIB)
4444
include_directories(${HEPMC_INCLUDE})
45-
list(APPEND LIBRARIES FpmcHepMC)
46-
message(STATUS "HepMC found at " ${HEPMC_LIB})
47-
include_directories(Examples)
4845
add_executable(fpmc-hepmc Examples/fpmc-wrapper.cc Examples/dummy_hwaend.f)
49-
target_link_libraries(fpmc-hepmc ${LIBRARIES} ${HEPMC_LIB} ${HEPMC_FIO_LIB})
46+
target_link_libraries(fpmc-hepmc ${LIBRARIES})
5047
endif()
5148

5249
#----- installation procedure

Examples/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

Examples/FPMC.INC

Lines changed: 0 additions & 1 deletion
This file was deleted.

Examples/HERWIG65.INC

Lines changed: 0 additions & 2 deletions
This file was deleted.

Examples/herwig6500.inc

Lines changed: 0 additions & 344 deletions
This file was deleted.

0 commit comments

Comments
 (0)