Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
drdanz committed Oct 17, 2016
1 parent a6f04ac commit 6ad8805
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf/YarpFindDependencies.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ macro(checkandset_dependency package)
set(YARP_HAS_${PKG} FALSE)
endif()

endmacro (checkandset_dependency)
endmacro ()


# Check if a package is installed or if is going to be built and set some cmake variables
Expand Down Expand Up @@ -100,7 +100,7 @@ macro(checkbuildandset_dependency package)
endif()
endif()

endmacro(checkbuildandset_dependency)
endmacro()


# Check if a required package is installed.
Expand All @@ -114,7 +114,7 @@ macro(check_required_dependency package)
# message(STATUS "${PKG} -> OK")
endif()

endmacro(check_required_dependency)
endmacro()


# Check if a dependency required to enable an option is installed.
Expand All @@ -132,7 +132,7 @@ macro(check_optional_dependency optionname package)
# message(STATUS "${PKG} ${optionname} -> NOT REQUIRED")
endif()

endmacro(check_optional_dependency)
endmacro()


# Check if at least one of the dependency required to enable an option is installed.
Expand Down Expand Up @@ -190,7 +190,7 @@ macro(print_dependency package)
endif()
unset(_version)

endmacro(print_dependency)
endmacro()


# OPTIONS:
Expand Down

0 comments on commit 6ad8805

Please sign in to comment.