Skip to content

Commit df822ca

Browse files
fixed missing ) in CMakeLists
1 parent 5c8fc5c commit df822ca

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

python/parameters.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ def run_mls():
2525
min_coverages,
2626
):
2727
cmd = [
28-
"./mls",
28+
"./fastder",
2929
"--dir", dir_arg,
3030
"--position-tolerance", str(pt),
3131
"--min-coverage", str(mc),

tests/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,6 @@ FetchContent_MakeAvailable(googletest)
1515

1616
add_executable(fastder-tests
1717
UnitTests.cpp
18-
add_executable(fastder-tests
19-
UnitTests.cpp
2018
)
2119

2220
target_link_libraries(fastder-tests

0 commit comments

Comments
 (0)