Skip to content

Commit d7aa84f

Browse files
committed
Fixing some errors detected by rabbit
1 parent 87f210d commit d7aa84f

File tree

1 file changed

+8
-11
lines changed

1 file changed

+8
-11
lines changed

docs/scripts/basic/sql_function/CMakeLists.txt

Lines changed: 8 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,26 +6,23 @@ add_custom_target(basic_sql_function_scripts)
66
configure_file(sql_function.sql sql_function.sql)
77
configure_file(images.sql images.sql)
88

9-
#----------------------------------------------
10-
# Generating the results files
11-
#---------------------------------------------
12-
139
add_custom_command(
1410
TARGET basic_sql_function_scripts
1511
PRE_BUILD
1612
BYPRODUCTS
17-
exercise_7_1.txt
18-
exercise_7_2.txt
19-
exercise_7_3.txt
20-
exercise_7_4.txt
13+
2114
get_more_info.txt
2215
get_read_geom.txt
2316
get_geom.txt
17+
wrong_directionality.txt
2418
fix_directionality.txt
19+
good_directionality.txt
2520
use_directionality.txt
26-
create_function.txt
27-
exercise_7_11.txt
21+
using_fn1.txt
22+
using_fn2.txt
23+
using_fn3.txt
24+
2825
COMMAND psql -d city_routing -f sql_function.sql
2926
COMMAND psql -d city_routing -f images.sql
3027
COMMENT "running sql function scripts"
31-
)
28+
)

0 commit comments

Comments
 (0)