Skip to content

Commit

Permalink
Change name of the CMake variables set
Browse files Browse the repository at this point in the history
  • Loading branch information
gbiggs committed Aug 16, 2017
1 parent ac9bedf commit af3b5e3
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions cmake/hokuyoaist-config.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
# HokuyoAIST_VERSION - The version of HokuyoAIST found.
# HokuyoAIST_VERSION_MAJOR - The major version of HokuyoAIST found.
# HokuyoAIST_VERSION_MINOR - The minor version of HokuyoAIST found.
# HokuyoAIST_VERSION_REVISION - The revision version of HokuyoAIST found.
# HokuyoAIST_VERSION_CANDIDATE - The candidate version of HokuyoAIST found.
# HokuyoAIST_VERSION_PATCH - The revision version of HokuyoAIST found.
# HokuyoAIST_VERSION_TWEAK - The candidate version of HokuyoAIST found.

message(STATUS "Found HokuyoAIST-@PROJECT_VERSION@")
set(HokuyoAIST_FOUND TRUE)
Expand Down Expand Up @@ -37,6 +37,5 @@ set(HokuyoAIST_DEFINITIONS ${Flexiport_DEFINITIONS})
set(HokuyoAIST_VERSION @PROJECT_VERSION@)
set(HokuyoAIST_VERSION_MAJOR @PROJECT_VERSION_MAJOR@)
set(HokuyoAIST_VERSION_MINOR @PROJECT_VERSION_MINOR@)
set(HokuyoAIST_VERSION_REVISION @PROJECT_VERSION_REVISION@)
set(HokuyoAIST_VERSION_CANDIDATE @PROJECT_VERSION_CANDIDATE@)

set(HokuyoAIST_VERSION_PATCH @PROJECT_VERSION_PATCH@)
set(HokuyoAIST_VERSION_TWEAK @PROJECT_VERSION_TWEAK@)

0 comments on commit af3b5e3

Please sign in to comment.