Skip to content

Commit

Permalink
Rename CMAKE_SOURCE_DIR to PROJECT_SOURCE_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Jul 18, 2023
1 parent 8695ea1 commit 6e58eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ gaudi_add_module(TestE4H2L

target_include_directories(TestE4H2L PUBLIC
src
${CMAKE_SOURCE_DIR}/k4MarlinWrapper
${PROJECT_SOURCE_DIR}/k4MarlinWrapper
k4FWCore::k4FWCore
EDM4HEP::edm4hep
${LCIO_INCLUDE_DIRS}
Expand Down

0 comments on commit 6e58eb4

Please sign in to comment.