Hi,

I want to run CMake from bash on Windows, but the configuration fails at
the 'execute_command' calls in our CMakeLists files. The WORKING_DIRECTORY
argument does not seem to make any effect. I got around it by prepending
"cd <working dir> ; ..." before the command to execute. But then I got
other problems. (The output was not stored in the output variable.)

This was with CMake 3.3.2.

Has anybody got experience with using CMake from bash on Windows? Has
anybody tried?

Cheers,
Miklos
-- 

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 Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to