Skip to content

Commit

Permalink
Fix spelling of Windows
Browse files Browse the repository at this point in the history
Co-authored-by: Be <[email protected]>
  • Loading branch information
daschuer and Be-ing authored Jul 31, 2021
1 parent 70c5d73 commit 700b2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/FindChromaprint.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ if(Chromaprint_FOUND)
get_target_property(CHROMAPRINT_TYPE Chromaprint::Chromaprint TYPE)
if(CHROMAPRINT_TYPE STREQUAL "STATIC_LIBRARY")
if(WIN32)
# used in chomaprint.h to set dllexport for windows
# used in chomaprint.h to set dllexport for Windows
set_property(TARGET Chromaprint::Chromaprint APPEND PROPERTY INTERFACE_COMPILE_DEFINITIONS
CHROMAPRINT_NODLL
)
Expand Down

0 comments on commit 700b2c1

Please sign in to comment.