nikolaseu / neuvision

Structured Light based 3D scanner
GNU General Public License v3.0
287 stars 81 forks source link

cmake error #47

Closed dentx22 closed 4 years ago

dentx22 commented 4 years ago

Selecting Windows SDK version 10.0.18362.0 to target Windows 6.1.7601. This is a release build (CMAKE_BUILD_TYPE=Release) CMake Error at lib/zcore/CMakeLists.txt:31 (set_target_properties): set_target_properties called with incorrect number of arguments.

CMake Error at lib/zgui/CMakeLists.txt:37 (set_target_properties): set_target_properties called with incorrect number of arguments.

CMake Error at lib/zcameraacquisition/CMakeLists.txt:38 (set_target_properties): set_target_properties called with incorrect number of arguments.

i have problems with cmake

nikolaseu commented 4 years ago

Maybe git is not on the path so the version cannot be obtained? Can you check that you get something like this in your log?

...
-- Found Git: C:/Program Files/Git/cmd/git.exe (found version "2.21.0.windows.1") 
-- [MunkeiVersionFromGit] Version: 0.2.0
     Git tag:     [0.2.0]
     Git hash:    []
     Decorated:   [0.2.0]
     Identifiers: []
     Metadata:    []
     SemVer:      [0.2.0]
-- The CXX compiler identification is MSVC 19.24.28314.0
...
dentx22 commented 4 years ago

tnks all work

I hope you can mine david scanner software

thank you