Since I have wrestled with this on a recurring basis let me offer the
following. We package Qt. OpenSceneGraph and other libraries as 3rdParty
content to the application we build/deploy. Because the 3rd party libraries
have their own plugins and dependencies, we end up doing a number of thing
Hi,
I can confirm issues with the TI-C.cmake, not specifically with your problem,
but for some of the TI tools the command line input is not commutative.
Before changing this in CMake I would like to highlight two important points:
1. I am not sure if anyone of the CMake core developers actually
On 02/20/2017 11:12 AM, R, Manoj wrote:
When will these changes be available in the official version of cmake.
I also made similar changes. I am suing 3.8 version of the CMake and
the issue is not fixed.
The users mailing list might not be the ideal place to bring up issues
like this.
Y
When will these changes be available in the official version of cmake.
I also made similar changes. I am suing 3.8 version of the CMake and the issue
is not fixed.
Regards
Manoj R
From: CMake [mailto:cmake-boun...@cmake.org] On Behalf Of Arturo Crespo
Sent: Wednesday, January 11, 2017 9:02 PM
T
Hi ,
I wanted to obtain binary file for the .cpp code I have written .
My .cpp make use of two external library
1) libsndfile
2) armadillo
I wrote cmakelists .using external project and other command to build and
obtain the binary file .
I was successfull in doing so .
Now I want to try the simil