Skip to content

Commit

Permalink
Fix typo else --> elseif
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Sep 14, 2019
1 parent cbbd47b commit 0801d26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PCLConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -619,7 +619,7 @@ foreach(component ${PCL_TO_FIND_COMPONENTS})
INTERFACE_INCLUDE_DIRECTORIES "${PCL_${COMPONENT}_INCLUDE_DIRS}"
INTERFACE_LINK_LIBRARIES "${PCL_${COMPONENT}_LINK_LIBRARIES}"
)
else(CMAKE_VERSION VERSION_LESS 3.11)
elseif(CMAKE_VERSION VERSION_LESS 3.11)
set_target_properties(${pcl_component}
PROPERTIES
INTERFACE_COMPILE_DEFINITIONS "${definitions}"
Expand Down

0 comments on commit 0801d26

Please sign in to comment.