conan.io integration error
Completed
I'my trying to integrate Conan.io package manager with Clion 2016.3.2.
I've included conanbuildinfo.cmake file into CMakeLists.txt as described here: http://docs.conan.io/en/latest/integrations/clion.html
After rescan, Clion gives output to CMake terminal:
CMake Error at build/conanbuildinfo.cmake:355 (message):
Incorrect 'Visual Studio', is not the one detected by CMake: 'GNU'
Call Stack (most recent call first):
build/conanbuildinfo.cmake:116 (conan_check_compiler)
CMakeLists.txt:13 (conan_basic_setup)
Please sign in to leave a comment.
The answer was given here: https://github.com/conan-io/conan/issues/138.
Same issue here. The conan repo issue #138 couldn't help me to solve the problem.