Skip to content

Commit

Permalink
[cmake] Get rid of old cmake style
Browse files Browse the repository at this point in the history
Co-authored-by: Pierre Gergondet <[email protected]>
  • Loading branch information
cmastalli and gergondet authored Nov 10, 2023
1 parent ba21c1c commit 00e1d32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake_uninstall.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ IF(EXISTS "@CMAKE_INSTALL_PREFIX@/.catkin" AND NOT PACKAGE_CREATES_DOT_CATKIN)
OUTPUT_VARIABLE rm_out
ERROR_VARIABLE rm_err
)
ENDIF(EXISTS "@CMAKE_INSTALL_PREFIX@/.catkin" AND NOT PACKAGE_CREATES_DOT_CATKIN)
ENDIF()

IF(EXISTS "@CMAKE_CURRRENT_BINARY_DIR@/install_manifest.txt")
return()
Expand Down

0 comments on commit 00e1d32

Please sign in to comment.