File tree 1 file changed +4
-2
lines changed
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,8 +15,10 @@ set(KISSNET_VERSION "kissnet-master-34b751b" CACHE INTERNAL "Version string for
15
15
set (GHC_FILESYSTEM_VERSION "ghc_filesystem" CACHE INTERNAL "Version string for ghc_filesystem" )
16
16
set (TLSF_VERSION "TLSF-2.4.6" CACHE INTERNAL "Version string for TLSF" )
17
17
18
- # Define the KissFFT DLL path using the defined version.
19
- set (API_VENDORED_KISSFFT_DLL "${VENDOR_DIR} /${KISSFFT_VERSION} /kissfft.dll" PARENT_SCOPE)
18
+ if (WIN32 )
19
+ # Define the KissFFT dll path for Windows
20
+ set (API_VENDORED_KISSFFT_DLL "${CMAKE_SOURCE_DIR} /build/${KISSFFT_VERSION} /Release/kissfft-float.dll" PARENT_SCOPE)
21
+ endif ()
20
22
21
23
# Specify unique binary directories for each vendored project.
22
24
add_subdirectory ("${VENDOR_DIR} /${PLATFORMFOLDERS_VERSION} " "${CMAKE_BINARY_DIR} /${PLATFORMFOLDERS_VERSION} " )
You can’t perform that action at this time.
0 commit comments