Skip to content

Commit

Permalink
fix: remove redundant definition
Browse files Browse the repository at this point in the history
Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
  • Loading branch information
wdconinc and veprbl authored Sep 11, 2023
1 parent 898d46f commit a2f380a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,6 @@ set(CMAKE_INSTALL_RPATH
# which point to directories outside the build tree to the install RPATH
set(CMAKE_INSTALL_RPATH_USE_LINK_PATH TRUE)

# This PROJECT_SOURCE_DIR at this point corresponds to repository root.
# Saving it as EICRECON_SOURCE_DIR so can be used for jana_plugin.cmake
# to correctly set plugin includes (and in other places as needed)
set(EICRECON_SOURCE_DIR ${PROJECT_SOURCE_DIR})


# Check and print what JANA2 is used
find_package(JANA 2.0.8 REQUIRED)
Expand Down

0 comments on commit a2f380a

Please sign in to comment.