Skip to content

Commit

Permalink
Fixed component typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgoppert committed Apr 18, 2012
1 parent cf87117 commit 66bbe1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ if (BUILD_TEST)
endif()

# install files
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/ DESTINATION include/${PROJECT_NAME} COMPONENT dev FILES_MATCHING PATTERN "*.h")
install(DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/include/ DESTINATION include/${PROJECT_NAME} COMPONENT Dev FILES_MATCHING PATTERN "*.h")

### packaging

Expand Down

0 comments on commit 66bbe1b

Please sign in to comment.