Skip to content

Commit

Permalink
build: use HINTS when using find_library() to find SeExpr
Browse files Browse the repository at this point in the history
  • Loading branch information
davvid committed Jul 17, 2018
1 parent 4a213b8 commit 2661682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ if (${PARTIO_SE_ENABLED})
SET(SEEXPR_INCLUDE_PATH ${SEEXPR_BASE}/include)
SET(SEEXPR_LIBDIR ${CMAKE_INSTALL_LIBDIR})
SET(SEEXPR_LINK_PATH ${SEEXPR_BASE}/${SEEXPR_LIBDIR})
find_library(SEEXPR_LIB SeExpr ${SEEXPR_LINK_PATH} REQUIRED)
find_library(SEEXPR_LIB SeExpr HINTS ${SEEXPR_LINK_PATH})
endif ()


Expand Down

0 comments on commit 2661682

Please sign in to comment.