You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am very interested in IM paper, so I want to download the source code to understand it. However, after I downloaded all the ext libraries manually to the specified folder, I used cmake on windows to build it. Then there is an error, the error is in line 69 of CMakeList
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
The C compiler identification is MSVC 19.31.31104.0
The CXX compiler identification is MSVC 19.31.31104.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: E:/VS2022/IDE/VC/Tools/MSVC/14.31.31103/bin/Hostx64/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:/VS2022/IDE/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
CMake Deprecation Warning at ext/nanogui/ext/glfw/CMakeLists.txt:5 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
Looking for pthread.h
Looking for pthread.h - not found
Found Threads: TRUE
Using Win32 for window creation
CMake Error at CMakeLists.txt:69 (set_property):
set_property could not find TARGET bin2c. Perhaps it has not yet been
created.
CMake Deprecation Warning at ext/tbb/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
The ASM_MASM compiler identification is MSVC
Found assembler: E:/VS2022/IDE/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/ml64.exe
Performing Test SUPPORTS_VOLATILE_FLAG
Performing Test SUPPORTS_VOLATILE_FLAG - Success
Configuring incomplete, errors occurred!
See also "E:/Paper_code/instant-meshes-master/build/CMakeFiles/CMakeOutput.log".
See also "E:/Paper_code/instant-meshes-master/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered:
Hi, I am very interested in IM paper, so I want to download the source code to understand it. However, after I downloaded all the ext libraries manually to the specified folder, I used cmake on windows to build it. Then there is an error, the error is in line 69 of CMakeList
CMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
Selecting Windows SDK version 10.0.22000.0 to target Windows 10.0.19045.
The C compiler identification is MSVC 19.31.31104.0
The CXX compiler identification is MSVC 19.31.31104.0
Detecting C compiler ABI info
Detecting C compiler ABI info - done
Check for working C compiler: E:/VS2022/IDE/VC/Tools/MSVC/14.31.31103/bin/Hostx64/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:/VS2022/IDE/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/cl.exe - skipped
Detecting CXX compile features
Detecting CXX compile features - done
CMake Deprecation Warning at ext/nanogui/ext/glfw/CMakeLists.txt:5 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
Looking for pthread.h
Looking for pthread.h - not found
Found Threads: TRUE
Using Win32 for window creation
CMake Error at CMakeLists.txt:69 (set_property):
set_property could not find TARGET bin2c. Perhaps it has not yet been
created.
CMake Deprecation Warning at ext/tbb/CMakeLists.txt:1 (cmake_minimum_required):
Compatibility with CMake < 2.8.12 will be removed from a future version of
CMake.
Update the VERSION argument value or use a ... suffix to tell
CMake that the project does not need compatibility with older versions.
The ASM_MASM compiler identification is MSVC
Found assembler: E:/VS2022/IDE/VC/Tools/MSVC/14.31.31103/bin/Hostx64/x64/ml64.exe
Performing Test SUPPORTS_VOLATILE_FLAG
Performing Test SUPPORTS_VOLATILE_FLAG - Success
Configuring incomplete, errors occurred!
See also "E:/Paper_code/instant-meshes-master/build/CMakeFiles/CMakeOutput.log".
See also "E:/Paper_code/instant-meshes-master/build/CMakeFiles/CMakeError.log".
The text was updated successfully, but these errors were encountered: