Skip to content

Commit

Permalink
fix grass plugin build (followup d2078b0)
Browse files Browse the repository at this point in the history
  • Loading branch information
jef-n committed Jan 2, 2025
1 parent 8932c1b commit 5e458a8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/plugins/grass/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,11 @@ include_directories(
${CMAKE_BINARY_DIR}/src/ui
${CMAKE_BINARY_DIR}/src/app
${CMAKE_CURRENT_BINARY_DIR}

)

include_directories(SYSTEM
${POSTGRES_INCLUDE_DIR}
)

macro(ADD_GRASSPLUGIN GRASS_BUILD_VERSION)
Expand Down

0 comments on commit 5e458a8

Please sign in to comment.