PS E:\application\spirit\build> cmake -G "Visual Studio 15 2017 Win64" .. -- >> Setting build type to 'Release' as none was specified. -- >> -------------------------------------------------------------------- << -- >> --------------------- ChooseCompiler.cmake ------------------------- << -- >> CMAKE_C_COMPILER: -- >> CMAKE_CXX_COMPILER: -- >> --------------------- ChooseCompiler.cmake done -------------------- << -- >> -------------------------------------------------------------------- << -- Selecting Windows SDK version 10.0.17763.0 to target Windows 10.0.19044. -- The C compiler identification is MSVC 19.16.27045.0 -- The CXX compiler identification is MSVC 19.16.27045.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: E:/application/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: E:/application/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- >> Please check the CMAKE_CXX_COMPILER to make sure it's the right one -- >> CMAKE_C_COMPILER: E:/application/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- >> CMAKE_CXX_COMPILER: E:/application/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x64/cl.exe -- >> We are on the platform: Win32 -- >> CMAKE_CXX_COMPILER_ID: MSVC -- >> CMAKE_CXX_FLAGS: /DWIN32 /D_WINDOWS /W3 /GR /EHsc -DNOMINMAX /wd4018 /wd4244 /wd4267 /wd4661 /wd4996 -- >> CMAKE_EXE_LINKER_FLAGS: /machine:x64 -- >> -------------------------------------------------------------------- << -- >> --------------------- Spirit --------------------------------------- << -- >> Spirit core: Did not need to set build type, using: Release -- >> Building Spirit core library v2.1.1 (revision Not Available) -- >> -------------------------------------------------------------------- << -- >> ------------------ Spirit CompilerFlags.cmake ---------------------- << -- >> Chose compiler: MSVC -- >> CMAKE_CXX_COMPILER_ID: MSVC -- >> CMAKE_CXX_FLAGS: /DWIN32 /D_WINDOWS /W3 /GR /EHsc -DNOMINMAX /wd4018 /wd4244 /wd4267 /wd4661 /wd4996 -DNOMINMAX -- >> CMAKE_EXE_LINKER_FLAGS: /machine:x64 -- >> ------------------ Spirit CompilerFlags.cmake done ----------------- << -- >> -------------------------------------------------------------------- << -- >> Compiler information: MSVC (19.16.27045.0) -- Found PkgConfig: C:/Strawberry/perl/bin/pkg-config.bat (found version "0.26") -- Could NOT find FFTW (missing: FFTW_INCLUDES FFTW_LIBRARIES) CMake Warning at core/CMakeLists.txt:242 (message): Could not find any FFTW libs -> Using kissFFT fallback -- >> Using kissFFT -- >> Using FFT lib: kiss_fft -- >> With include dirs: E:/application/spirit/core/thirdparty/kiss_fft;E:/application/spirit/core/thirdparty/kiss_fft/tools -- >> Building static C/C++ library Spirit_static -- >> Building unit tests for Spirit C/C++ library -- >> Building shared library for Python -- >> Setting up unit tests for python bindings -- Found PythonInterp: E:/application/python3.7/python.exe (found version "3.7.5") -- >> --------------------- Spirit done ---------------------------------- << -- >> CMake CXX Flags: /DWIN32 /D_WINDOWS /W3 /GR /EHsc -DNOMINMAX /wd4018 /wd4244 /wd4267 /wd4661 /wd4996 -DNOMINMAX -- >> -------------------------------------------------------------------- << -- >> -------------------------------------------------------------------- << -- >> --------------------- UI - CPP ------------------------------------- << -- >> Please check the CMAKE_PREFIX_PATH to make sure Qt5 is found -- >> CMAKE_PREFIX_PATH: "C:/QT/5.7/msvc2015/" -- >> Qt version: 5.14.2 -- >> Found Qt at: "E:/Qt/5.14.2/mingw73_64/lib/cmake/Qt5" -- Looking for pthread.h -- Looking for pthread.h - not found -- Found Threads: TRUE -- >> Windows Platform: Win32 -- >> Windows Working Dir: "E:/application/spirit" -- >> --------------------- UI - CPP done -------------------------------- << -- >> -------------------------------------------------------------------- << -- Configuring done -- Generating done -- Build files have been written to: E:/application/spirit/build