RenderKit / oidn

Intel® Open Image Denoise library
https://www.openimagedenoise.org/
Apache License 2.0
1.77k stars 164 forks source link

Error generating project #44

Closed flaviu22 closed 4 years ago

flaviu22 commented 4 years ago

When I tried to generate the solution project, with CMake 3.13.4 (64bit), and select VS2017, I got these CMake errors (message):


Selecting Windows SDK version 10.0.17134.0 to target Windows 10.0.17763.
CMake Error at CMakeLists.txt:88 (add_subdirectory):

  The source directory

    D:/Project/oidn/mkl-dnn

  does not contain a CMakeLists.txt file.

CMake Error at CMakeLists.txt:91 (include):
  include could not find load file:

    mkl-dnn/cmake/Threading.cmake

CMake Error at CMakeLists.txt:92 (include):
  include could not find load file:

    mkl-dnn/cmake/TBB.cmake

CMake Error at CMakeLists.txt:93 (include):
  include could not find load file:

    mkl-dnn/cmake/platform.cmake

CMake Error at CMakeLists.txt:94 (include):
  include could not find load file:

    mkl-dnn/cmake/SDL.cmake

CMake Error at CMakeLists.txt:97 (append):
  Unknown CMake command "append".

Configuring incomplete, errors occurred!
See also "D:/Project/oidn/bin/CMakeFiles/CMakeOutput.log".

What else should I do in order to generate a solution for this library ?

atafra commented 4 years ago

Did you checkout the source from GitHub? If you did, did you checkout the subrepositories too? It looks like the mkl-dnn directory empty, which is one of the submodules.

flaviu22 commented 4 years ago

Yes, mkl-dnn folder is empty, I simply download the github project from browser, and not using github tool. Meanwhile, I noticed that I got the compiled windows project, and for me is enough.