Skip to content

Commit

Permalink
Give more likely path to cleanup script in error message
Browse files Browse the repository at this point in the history
  • Loading branch information
dominicgs committed Feb 20, 2014
1 parent c0d170f commit d63574f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ if(NOT PACKAGE_MANAGER)
find_package(BTBB)
if(LIBBTBB_FOUND)
message( FATAL_ERROR
"An existing installation of libbtbb is already present on this system. Please remove it, and any depending applications before building. A helper script is provided, run\n$ sudo cmake/cleanup.sh -d\nto find and remove libbtbb and libubertooth and the ubertooth tools")
"An existing installation of libbtbb is already present on this system. Please remove it, and any depending applications before building. A helper script is provided, run\n$ sudo ../cmake/cleanup.sh -d\nto find and remove libbtbb and libubertooth and the ubertooth tools")
endif()
endif()

Expand Down

0 comments on commit d63574f

Please sign in to comment.