Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cmake Error "set_property could not find TARGET bin2c." #143

Open
whitechopchicken opened this issue Apr 24, 2023 · 0 comments
Open

Cmake Error "set_property could not find TARGET bin2c." #143

whitechopchicken opened this issue Apr 24, 2023 · 0 comments

Comments

@whitechopchicken
Copy link

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".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant