Skip to content

Commit

Permalink
allow RtAudio to be installed with FetchContent
Browse files Browse the repository at this point in the history
  • Loading branch information
witte committed Oct 3, 2024
1 parent 584a683 commit 2f32416
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -343,8 +343,8 @@ write_basic_package_version_file(

install(
FILES
${CMAKE_BINARY_DIR}/RtAudioConfig.cmake
${CMAKE_BINARY_DIR}/RtAudioConfig-version.cmake
${CMAKE_CURRENT_BINARY_DIR}/RtAudioConfig.cmake
${CMAKE_CURRENT_BINARY_DIR}/RtAudioConfig-version.cmake
DESTINATION
${RTAUDIO_CMAKE_DESTINATION}
)
Expand Down

0 comments on commit 2f32416

Please sign in to comment.