Skip to content

Commit

Permalink
Use default executable installation directory
Browse files Browse the repository at this point in the history
On a system like macOS, this means installating the executable to
/usr/local/bin instead of /usr/local.
  • Loading branch information
ChrisThrasher authored and eXpl0it3r committed May 10, 2022
1 parent a6da287 commit b2c1b23
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,4 @@ find_package(SFML 2.5 COMPONENTS graphics REQUIRED)
target_link_libraries(CMakeSFMLProject PRIVATE sfml-graphics)

# Install executable
install(TARGETS CMakeSFMLProject
RUNTIME DESTINATION .)
install(TARGETS CMakeSFMLProject)

0 comments on commit b2c1b23

Please sign in to comment.