Hi,
Is there a CMake variable to set the stack size of a target?
Upon searching the issues, I came across this one -
https://gitlab.kitware.com/cmake/cmake/issues/17572 . It says that there is a
CMake variable CMAKE_CXX_STACK_SIZE, but it isn’t clear whether
CMAKE_CXX_STACK_SIZE can be used.
Fu
According to the docs, the INSTALL command uses the absolute path if
it is given as the DESTINATION, so it should work.
https://cmake.org/cmake/help/latest/command/install.html
Did you try using a double quoted string, instead of escaping the
space with a backslash?
I think this should work
I am proud to announce the third CMake 3.16 release candidate.
https://cmake.org/download/
Documentation is available at:
https://cmake.org/cmake/help/v3.16
Release notes appear below and are also published at
https://cmake.org/cmake/help/v3.16/release/3.16.html
Some of the more significan