Skip to content

Commit

Permalink
Merge acfa99c into 6b7da4b
Browse files Browse the repository at this point in the history
  • Loading branch information
hlolli committed Oct 15, 2019
2 parents 6b7da4b + acfa99c commit eff01f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -549,8 +549,8 @@ find_package(SWIG)
find_package(VSTSDK2X)


# TODO should this work for MSVC also?
if(WIN32)
# LIBSNDFILE_LIBRARY and SNDFILE_H_PATH flags are enough for MSVC
if(WIN32 AND NOT MSVC)
find_library(FLAC_LIB NAMES FLAC flac)
find_library(OGG_LIB ogg)
find_library(SPEEX_LIB speex)
Expand Down

0 comments on commit eff01f0

Please sign in to comment.