Commit d508aa04429f044972864097536f5a20230f322d

Authored by David Gräff
1 parent cdc7d072

Fix windows VS build: fftw lib name

Showing 1 changed file with 1 additions and 1 deletions
cmake/fftw_on_windows.cmake
@@ -31,7 +31,7 @@ CheckExitCodeAndExitIfError("tar") @@ -31,7 +31,7 @@ CheckExitCodeAndExitIfError("tar")
31 get_filename_component(_vs_bin_path "${CMAKE_LINKER}" DIRECTORY) 31 get_filename_component(_vs_bin_path "${CMAKE_LINKER}" DIRECTORY)
32 32
33 execute_process( 33 execute_process(
34 - COMMAND "${_vs_bin_path}/lib.exe" /machine:x64 /def:${CMAKE_BINARY_DIR}/fftw/libfftw3-3.def /out:${CMAKE_BINARY_DIR}/fftw/fftw3-3.lib 34 + COMMAND "${_vs_bin_path}/lib.exe" /machine:x64 /def:${CMAKE_BINARY_DIR}/fftw/libfftw3-3.def /out:${CMAKE_BINARY_DIR}/fftw/libfftw3-3.lib
35 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/fftw" 35 WORKING_DIRECTORY "${CMAKE_BINARY_DIR}/fftw"
36 RESULT_VARIABLE ExitCode) 36 RESULT_VARIABLE ExitCode)
37 CheckExitCodeAndExitIfError("lib") 37 CheckExitCodeAndExitIfError("lib")