Skip to content

Commit

Permalink
remove redundant repetition of project name
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardmgruber committed Oct 13, 2020
1 parent 5ccf4ed commit f240fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/nbody/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clan
)
endif()

install(FILES "${PROJECT_BINARY_DIR}/llama-nbody" DESTINATION "bin")
install(FILES "${PROJECT_BINARY_DIR}/${PROJECT_NAME}" DESTINATION "bin")

0 comments on commit f240fd2

Please sign in to comment.