Re: [CMake] VS 2017 + CUDA 9.0

2018-08-08 Thread Sophonet
14.11“, such that the INCLUDE_PATH variables etc are already set to the right value before nvcc tries to set them anew (with the wrong value). Any hint how this can be added to the CUDA functionality in CMake? I guess others might stumble across this problem as well. Thanks, Sophonet

Re: [CMake] Can't find boost libs on VS2017 CMake 3.12

2018-08-02 Thread Sophonet
One hint would be to SET(Boost_DEBUG ON) and to watch the output of the cmake call. There, you can check the names of the libraries that CMake is looking for. On Windows, the new boost versions add a suffix fo x64/x86 to their library name. Can you confirm that the library names that Boost_DEBU

[CMake] VS 2017 + CUDA 9.0

2018-08-02 Thread Sophonet
project files? Thanks, Sophonet -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake