Skip to content
Snippets Groups Projects
Commit 15cb8414 authored by Jameson Rollins's avatar Jameson Rollins
Browse files

Merge branch 'cmake_dolphin_detection' into 'master'

Change FindDolphin.cmake to look for libs in /opt/DIS/lib as well as lib64

See merge request cds/advligorts!3
parents cfcba89b 4df6d4a8
No related branches found
No related tags found
1 merge request!3Change FindDolphin.cmake to look for libs in /opt/DIS/lib as well as lib64
......@@ -10,7 +10,9 @@ find_path(dolphin_sisci_types_h sisci_types.h
find_library(dolphin_sisci_so sisci
hints /opt/DIS/lib64
/opt/DIS/lib
${DOLPHIN_PATH}/lib64
${DOLPHIN_PATH}/lib
)
if (dolphin_sisci_types_h AND dolphin_sisci_so)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment