Skip to content

Commit b794e5a

Browse files
committed
Build - don't hard code build type
1 parent 8fd7f97 commit b794e5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/api/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(TLSF_VERSION "TLSF-2.4.6" CACHE INTERNAL "Version string for TLSF")
1717

1818
if(WIN32)
1919
# 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)
20+
set(API_VENDORED_KISSFFT_DLL "${CMAKE_SOURCE_DIR}/build/${KISSFFT_VERSION}/${CMAKE_BUILD_TYPE}/kissfft-float.dll" PARENT_SCOPE)
2121
endif()
2222

2323
# Specify unique binary directories for each vendored project.

0 commit comments

Comments
 (0)