Hi David,
My output is:
CMAKE_BUILD_TOOL='/usr/bin/gmake'
I was originally using
cd path/to/build/directory && make #For some reason it doesn't recognize
the make command if I leave out the path to the build directory
but if you saw in the previous posts, Norman suggested to use
${CMAKE_BUILD_TOOL} when cleaning up my script.
--
Chad Balen, E.I.T.
Energy Systems Design Laboratory,
3-23 Mechanical Engineering Building,
University of Alberta,
Edmonton, AB
On Thu, May 29, 2014 at 7:42 AM, David Cole <[email protected]> wrote:
> Chad,
>
> What is the value of "CMAKE_BUILD_TOOL"?
>
> i.e. output of:
>
> message(STATUS "CMAKE_BUILD_TOOL='${CMAKE_BUILD_TOOL}'")
>
> Why are you using "${CMAKE_BUILD_TOOL}" anyhow when the command lines
> you're giving will only work with 'make'?
>
>
>
--
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://www.cmake.org/mailman/listinfo/cmake