Skip to content

Commit

Permalink
Merge pull request #13 from tbhaxor/fix-cmake
Browse files Browse the repository at this point in the history
Fix missing `/` in the install directory command
  • Loading branch information
tbhaxor committed Aug 20, 2023
2 parents c2e51c8 + 252729c commit bc45985
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 @@ -51,4 +51,4 @@ if (${Firefly_ENABLE_TESTS})
endif()

install(TARGETS ${PROJECT_NAME})
install(DIRECTORY headers DESTINATION include)
install(DIRECTORY headers/ DESTINATION include)

0 comments on commit bc45985

Please sign in to comment.