Skip to content

Commit

Permalink
fixed typo in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
bbercovici committed Apr 19, 2018
1 parent e70bfdb commit e9b0a44
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 @@ -83,7 +83,7 @@ add_library(${LIB_NAME}
if(NOT BREW)
install (TARGETS ${LIB_NAME} DESTINATION /usr/local/lib/)
install (DIRECTORY ${PROJECT_SOURCE_DIR}/share/${LIB_NAME} DESTINATION /usr/local/share)
install (DIRECTORY ${PROJECT_SOURCE_DIR}/include/YORPLib DESTINATION /usr/local/include/YORPLib FILES_MATCHING PATTERN "*.h")
install (DIRECTORY ${PROJECT_SOURCE_DIR}/include/YORPLib DESTINATION /usr/local/include/ FILES_MATCHING PATTERN "*.h")
endif()


Expand Down

0 comments on commit e9b0a44

Please sign in to comment.