Skip to content

Commit

Permalink
fix syntax regression from 1af2da1
Browse files Browse the repository at this point in the history
  • Loading branch information
dirk-thomas committed Feb 13, 2013
1 parent 52432b7 commit fb7b1c6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cmake/catkin_package.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@ function(_catkin_package)
${CMAKE_CURRENT_BINARY_DIR}/catkin_generated/pkg.develspace.context.pc.py
${catkin_EXTRAS_DIR}/em/pkg.pc.em
${CATKIN_DEVEL_PREFIX}/lib/pkgconfig/${PROJECT_NAME}.pc)
)
endif()

# generate devel space cfg-extras for project
set(PKG_CFG_EXTRAS "")
Expand Down Expand Up @@ -342,7 +342,7 @@ function(_catkin_package)
${CATKIN_DEVEL_PREFIX}/share/${PROJECT_NAME}/cmake/${PROJECT_NAME}Config-version.cmake
@ONLY
)
)
endif()

#
# INSTALLSPACE
Expand Down Expand Up @@ -380,7 +380,7 @@ function(_catkin_package)
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/catkin_generated/installspace/${PROJECT_NAME}.pc
DESTINATION lib/pkgconfig
)
)
endif()

# generate and install cfg-extras for project
set(PKG_CFG_EXTRAS "")
Expand Down Expand Up @@ -441,7 +441,7 @@ function(_catkin_package)
${CMAKE_CURRENT_BINARY_DIR}/catkin_generated/installspace/${PROJECT_NAME}Config-version.cmake
DESTINATION share/${PROJECT_NAME}/cmake
)
)
endif()

# install package.xml
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/package.xml
Expand Down

0 comments on commit fb7b1c6

Please sign in to comment.