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 22, 2024
1 parent 584a683 commit 5dad9be
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 5dad9be

Please sign in to comment.