Skip to content

Commit

Permalink
Move help documentation in CMakeLists on one line.
Browse files Browse the repository at this point in the history
  • Loading branch information
salome-eriksson committed Jul 17, 2024
1 parent 0e236a5 commit 93c89da
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions src/search/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -706,8 +706,7 @@ create_fast_downward_library(

create_fast_downward_library(
NAME default_value_axioms_task
HELP "Task transformation adding axioms describing under which "
"circumstances a derived variable is set to its default value."
HELP "Task transformation adding axioms describing under which circumstances a derived variable is set to its default value."
SOURCES
tasks/default_value_axioms_task
DEPENDS
Expand Down Expand Up @@ -955,8 +954,7 @@ create_fast_downward_library(

create_fast_downward_library(
NAME sccs
HELP "Algorithm to compute the strongly connected components (SCCs) of a "
"directed graph."
HELP "Algorithm to compute the strongly connected components (SCCs) of a directed graph."
SOURCES
algorithms/sccs
DEPENDENCY_ONLY
Expand Down

0 comments on commit 93c89da

Please sign in to comment.