Skip to content

Commit

Permalink
Windows compilation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Jan 23, 2025
1 parent 95be11e commit d1efc5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/fftw3/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ endif ()
add_library (${fftw3_lib} ${SOURCEFILES})
target_include_directories (${fftw3_lib} INTERFACE $<INSTALL_INTERFACE:include>)
if (MSVC AND NOT (CMAKE_C_COMPILER_ID STREQUAL "Intel"))
target_compile_definitions (${fftw3_lib} PRIVATE /bigobj)
target_compile_definitions (${fftw3_lib} PRIVATE /bigobj SIZEOF_VOID_P=${CMAKE_SIZEOF_VOID_P})
endif ()
if (HAVE_SSE)
target_compile_options (${fftw3_lib} PRIVATE ${SSE_FLAG})
Expand Down

0 comments on commit d1efc5a

Please sign in to comment.