Skip to content

Commit

Permalink
Merge pull request #277 from mach3-software/feature_UbinutLinking
Browse files Browse the repository at this point in the history
bugfix: linking splines on ubuntu
  • Loading branch information
KSkwarczynski authored Jan 8, 2025
2 parents 7ce9f0d + c4241b5 commit 08e2ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion samplePDF/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ add_library(SamplePDF SHARED
HistogramUtils.cpp
)

target_link_libraries(SamplePDF PUBLIC Splines NuOscillator Covariance)
target_link_libraries(SamplePDF PUBLIC Splines NuOscillator)
target_link_libraries(SamplePDF PRIVATE MaCh3Warnings)

target_include_directories(SamplePDF PUBLIC
Expand Down
2 changes: 1 addition & 1 deletion splines/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ set_target_properties(Splines PROPERTIES
PUBLIC_HEADER "${HEADERS}"
EXPORT_NAME Splines)

target_link_libraries(Splines PUBLIC Manager MaCh3CompilerOptions MaCh3GPUCompilerOptions)
target_link_libraries(Splines PUBLIC Covariance MaCh3CompilerOptions MaCh3GPUCompilerOptions)
target_link_libraries(Splines PRIVATE MaCh3Warnings)

target_include_directories(Splines PUBLIC
Expand Down

0 comments on commit 08e2ebb

Please sign in to comment.