Skip to content

Commit

Permalink
cmake: fix samples install path
Browse files Browse the repository at this point in the history
  • Loading branch information
cgohlke authored Nov 23, 2022
1 parent aa804aa commit 5df8059
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 @@ -787,7 +787,7 @@ if(SDL2IMAGE_SAMPLES)

if(SDL2IMAGE_SAMPLES_INSTALL)
install(TARGETS ${prog}
RUNTIME DESTINATION "{CMAKE_INSTALL_BINDIR}"
RUNTIME DESTINATION "${CMAKE_INSTALL_BINDIR}"
)
endif()
endforeach()
Expand Down

0 comments on commit 5df8059

Please sign in to comment.