Skip to content

Commit b2c1b23

Browse files
ChrisThrashereXpl0it3r
authored andcommitted
Use default executable installation directory
On a system like macOS, this means installating the executable to /usr/local/bin instead of /usr/local.
1 parent a6da287 commit b2c1b23

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,4 @@ find_package(SFML 2.5 COMPONENTS graphics REQUIRED)
1515
target_link_libraries(CMakeSFMLProject PRIVATE sfml-graphics)
1616

1717
# Install executable
18-
install(TARGETS CMakeSFMLProject
19-
RUNTIME DESTINATION .)
18+
install(TARGETS CMakeSFMLProject)

0 commit comments

Comments
 (0)