Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix curl dll not getting installed when sound is disabled
  • Loading branch information
sfan5 committed Jan 21, 2014
1 parent 4585e85 commit 3875a77
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/CMakeLists.txt
Expand Up @@ -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()

Expand Down

0 comments on commit 3875a77

Please sign in to comment.