Remove absolute path to allow installer to be created.

pull/182/head
Mooneer Salem 2021-11-01 00:43:16 -07:00
parent 8cb6dac838
commit dd3e188ed4
1 changed files with 1 additions and 1 deletions

View File

@ -523,7 +523,7 @@ endif()
# Ensures that sample wav files are installed along with the application
install(
DIRECTORY wav
DESTINATION ${CMAKE_INSTALL_DATADIR}/freedv-gui
TYPE DATA
FILES_MATCHING PATTERN "*.wav")
if(WIN32)