Skip to content

Commit

Permalink
find liquid in linux homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeryan committed Jun 2, 2023
1 parent 2a5fa1b commit 489d75a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cmake/Modules/FindLiquid.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
FIND_PATH(LIQUID_INCLUDE_DIR liquid.h
${LIQUID_DIR}/include/liquid
/opt/homebrew/include/liquid
/home/linuxbrew/.linuxbrew/include/liquid
/opt/local/include/liquid
/usr/include/liquid
/usr/local/include/liquid
Expand Down Expand Up @@ -40,4 +41,4 @@ GET_FILENAME_COMPONENT (NATIVE_LIQUID_LIB_PATH ${LIQUID_LIBRARY} PATH)
MARK_AS_ADVANCED(
LIQUID_LIBRARY
LIQUID_INCLUDE_DIR
)
)

0 comments on commit 489d75a

Please sign in to comment.