Skip to content

Commit 59b8178

Browse files
authored
Merge pull request #263 from cvvergara/fix-cha7-variables
Fixing CH7_ID_X variables
2 parents 46da5fd + 25dab4a commit 59b8178

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ set(PLACE_5 "Emily Place Reserve")
7777

7878

7979
set(CH7_PLACE_1 ${PLACE_5})
80-
set(CH7_OSMID_1 ${OSMID_5})
80+
set(CH7_ID_1 ${OSMID_5})
8181
set(CH7_PLACE_2 ${PLACE_1})
82-
set(CH7_OSMID_2 ${OSMID_1})
82+
set(CH7_ID_2 ${OSMID_1})
8383

8484
set(POINT1_LAT "-36.850329")
8585
set(POINT1_LON "174.763094")

0 commit comments

Comments
 (0)