Skip to content

Commit

Permalink
remove unused patch var
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoarau authored Feb 13, 2020
1 parent 897fe4a commit 068085e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion config/FindXenomai.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,6 @@ if(XENOMAI_XENO_CONFIG)
string(REPLACE "-" ";" XENOMAI_VERSION_LIST "${XENOMAI_VERSION_LIST}") # Handle 3.1-dev (git)
list(GET XENOMAI_VERSION_LIST 0 XENOMAI_VERSION_MAJOR)
list(GET XENOMAI_VERSION_LIST 1 XENOMAI_VERSION_MINOR)
list(GET XENOMAI_VERSION_LIST 2 XENOMAI_VERSION_PATCH)

# Xenomai 2.x native skin (rt_)
if(${XENOMAI_VERSION_MAJOR} EQUAL 2)
Expand Down

0 comments on commit 068085e

Please # to comment.