Skip to content

Commit

Permalink
Merge pull request #4296 from dbs4261/patch-1
Browse files Browse the repository at this point in the history
Fixed sql_filelist.cmake relative path issue
  • Loading branch information
rouault authored Oct 30, 2024
2 parents b2ae2ae + a20aa4a commit 3601b8d
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 3601b8d

Please sign in to comment.