Skip to content
Snippets Groups Projects
Commit ab616d0e authored by Jonathan Hanks's avatar Jonathan Hanks
Browse files

Search for FrameCPP in a few other directories

git-svn-id: https://redoubt.ligo-wa.caltech.edu/svn/advLigoRTS/trunk@4380 6dcd42c9-f523-4c6d-aada-af552506706e
parent 54fca2af
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,10 @@ if (FrameCPP_FOUND)
# as it gets cached, hence the recursive name
find_library(${libname}_LIBRARY_PATH name ${libname}
PATHS ${FrameCPP_LIBRARY_DIRS}
/lib /usr/lib
/lib64 /usr/lib64
/usr/lib/x86_64-linux-gnu
/usr/local/lib /usr/local/lib64
NO_DEFAULT_PATH)
add_library(${libname} SHARED IMPORTED)
set_target_properties(${libname} PROPERTIES
......
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