Skip to content

Commit faacb1d

Browse files
authored
r.runoff: Fix removed extra parentheses (#1661)
1 parent 63c56ab commit faacb1d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/raster/r.runoff/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.22)
2-
project(r.runoff LANGUAGES NONE))
2+
project(r.runoff LANGUAGES NONE)
33

44
include(build_addon)
55

0 commit comments

Comments
 (0)