cmake: more work on dks6
This commit is contained in:
@ -10,6 +10,7 @@
|
||||
|
||||
find_path(DKS_INCLUDE_DIR DKSBaseMuSR.h
|
||||
HINTS "/usr/include" "/opt/local/include" "$ENV{HOME}/Apps/DKS/exec/include"
|
||||
"$ENV{HOME}/Applications/DKS/exec/include"
|
||||
)
|
||||
|
||||
# find position of DKSBaseMuSR.h from the end
|
||||
@ -21,6 +22,7 @@ unset(substr)
|
||||
|
||||
find_library(DKS_LIBRARY dksshared
|
||||
HINTS "/usr/lib" "/usr/lib64" "/opt/local/lib" "$ENV{HOME}/Apps/DKS/exec/lib"
|
||||
"$ENV{HOME}/Applications/DKS/exec/lib"
|
||||
)
|
||||
|
||||
# as35 set here the DKS version explicitly. This is VERY ugly and should be fixed
|
||||
|
Reference in New Issue
Block a user