Error in generate MING64 Makefile
Msyczz opened this issue · 0 comments
Msyczz commented
Platform: Windows 11 CMake Version 3.18.2
I have already added windows compile flag and when generating mingw64 makefile It mentions:
`
Cannot copy output executable
'E:/PyProject/Multicore-TSNE/build/temp.win-amd64-cpython-38/Release/CMakeFiles/CMakeTmp/cmTC_abb33.exe'
to destination specified by COPY_FILE:
'E:/PyProject/Multicore-TSNE/build/temp.win-amd64-cpython-38/Release/CMakeFiles/FindOpenMP/ompver_CXX.bin'
Call Stack (most recent call first):
C:/Users/lenovo/.conda/envs/intern/Library/share/cmake-3.18/Modules/FindOpenMP.cmake:509 (_OPENMP_GET_SPEC_DATE)
CMakeLists.txt:16 (FIND_PACKAGE)
-- Found OpenMP_CXX: -fopenmp (Required is at least version "2")
-- Found OpenMP: TRUE (Required is at least version "2")
-- Configuring incomplete, errors occurred!
`
I wonder how to solve this problem, thx!