Skip to content

Commit

Permalink
Merge pull request #440 from witte/fix-RtAudioConfig.cmake-path
Browse files Browse the repository at this point in the history
allow RtAudio to be installed with FetchContent
  • Loading branch information
garyscavone authored Oct 25, 2024
2 parents af3b361 + 5dad9be commit c8d5926
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Set minimum CMake required version for this project.
cmake_minimum_required(VERSION 3.10 FATAL_ERROR)
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)

# Define a C++ project.
project(RtAudio LANGUAGES CXX)
Expand Down 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 c8d5926

Please sign in to comment.