Skip to content
Snippets Groups Projects
Commit 3875a77b authored by sfan5's avatar sfan5
Browse files

Fix curl dll not getting installed when sound is disabled

parent 4585e855
No related branches found
No related tags found
No related merge requests found
......@@ -600,9 +600,9 @@ if(WIN32)
if(VORBISFILE_DLL)
install(FILES ${VORBISFILE_DLL} DESTINATION ${BINDIR})
endif()
if(CURL_DLL)
install(FILES ${CURL_DLL} DESTINATION ${BINDIR})
endif()
endif()
if(CURL_DLL)
install(FILES ${CURL_DLL} DESTINATION ${BINDIR})
endif()
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment