Re: [CMake] Logical block opening error

2016-07-03 Thread Gregor Jasny via CMake
Hello, an editor with syntax highlighting and indention support would have helped here. On 04/07/16 01:26, Sambeet Panigrahi wrote: IF(NOT NOT_BUILD_SHARED ) ADD_LIBRARY(orocos-rtt-mqueue-${OROCOS_TARGET}_dynamic SHARED ${CPPS}) TARGET_LINK_LIBRARIES(orocos-rtt-mqueue-${OROCOS_TARGET}_d

Re: [CMake] CPack source package install location

2016-07-03 Thread Domen Vrankar
Hi, > I have a very standard CPack configuration for deb package. I have two > questions: > > 1. I generate the deb with: cpack --config CPackConfig.cmake -G "DEB" > > This is supposedly a binary package but when I install it on the machine I > see header files being installed in /usr/include. > >

[CMake] Windows Debug/Release/Multi-threaded[Static/Dynamic] combinations build all ?

2016-07-03 Thread Nicholas Yue
Hi, I have been using CMake for some time now but usually for Linux and OS X Recently, I was looking into Windows build. I am wondering if CMake is able to do a combination of building a target (for windows) which has the various combination of /MT/MTd/MDD/MDDd runtime I w

[CMake] Logical block opening error

2016-07-03 Thread Sambeet Panigrahi
Hi, I am using Cmake to compile Orocos RTT. While building mqueue I encountered this error: CMake Error in rtt/transports/mqueue/CMakeLists.txt: A logical block opening on the line /home/sambeet/NewRockPort/x86/Build/rock/rtt/rtt/transports/mqueue/CMakeLists.txt:2 (IF) is not close I close

Re: [CMake] Compiling binaries with cmake -- help

2016-07-03 Thread Raymond Wan
On Sat, Jul 2, 2016 at 7:38 PM, Crest Christopher wrote: > Hi, thanks but I really want to compile it myself ;-) I hope someone can > help ! To be honest, you really should contact the original developers for help with dependencies and compiling. Not only are they the experts with their own pro