Skip to content

Commit

Permalink
useorocos: don't lowercase the .pc filename.
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Soetens <[email protected]>
  • Loading branch information
Peter Soetens committed May 5, 2011
1 parent f25640b commit b0124b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UseOROCOS-RTT.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ macro( orocos_generate_package )
if ( ORO_CREATE_PC_DEFAULT_ARGS )
set(PC_NAME ${ORO_CREATE_PC_DEFAULT_ARGS})
else ( ORO_CREATE_PC_DEFAULT_ARGS )
string(TOLOWER ${CMAKE_PROJECT_NAME} PC_NAME )
set(PC_NAME ${CMAKE_PROJECT_NAME} )
if ( NOT ${CMAKE_CURRENT_SOURCE_DIR} STREQUAL ${${CMAKE_PROJECT_NAME}_SOURCE_DIR} )
# Append -subdir-subdir-... to pc name:
file(RELATIVE_PATH RELPATH ${${CMAKE_PROJECT_NAME}_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR} )
Expand Down

0 comments on commit b0124b6

Please sign in to comment.