Skip to content

Commit

Permalink
Merge pull request #4298 from OSGeo/backport-4296-to-9.5
Browse files Browse the repository at this point in the history
[Backport 9.5] Fixed sql_filelist.cmake relative path issue
  • Loading branch information
rouault authored Oct 30, 2024
2 parents c14c9df + c91a935 commit 061d12f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/sql_filelist.cmake
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
set(SQL_DIR "${CMAKE_CURRENT_SOURCE_DIR}/sql")
set(SQL_DIR "${CMAKE_CURRENT_LIST_DIR}/sql")

set(SQL_FILES_CONSISTENCY_CHECKS_TRIGGERS
"${SQL_DIR}/consistency_checks_triggers.sql"
Expand Down

0 comments on commit 061d12f

Please sign in to comment.