We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd8f3ff commit f48765cCopy full SHA for f48765c
Libraries/fftw3/CMakeLists.txt
@@ -313,7 +313,7 @@ set(CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
313
add_library (${fftw3_lib} ${SOURCEFILES})
314
target_include_directories (${fftw3_lib} INTERFACE $<INSTALL_INTERFACE:include>)
315
if (MSVC AND NOT (CMAKE_C_COMPILER_ID STREQUAL "Intel"))
316
- target_compile_definitions (${fftw3_lib} PRIVATE /bigobj HAVE_UINTPTR_T=1)
+ target_compile_definitions (${fftw3_lib} PRIVATE $<$<COMPILE_LANGUAGE:CXX>:/bigobj> HAVE_UINTPTR_T=1)
317
endif ()
318
if (HAVE_SSE)
319
target_compile_options (${fftw3_lib} PRIVATE ${SSE_FLAG})
0 commit comments