[CMake] (no subject)

2018-06-21 Thread Darrell Langford via CMake
http://step.otasyn.com Darrell Langford -- 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

[CMake] (no subject)

2018-05-24 Thread Darrell Langford via CMake
http://excellent.trackthatboat.com Darrell Langford -- 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

[CMake] CPACK not generating binary install

2011-11-01 Thread Darrell Langford
I'm trying to use CPACK to generate a binary installer, I can get a source installer to sort of work, but I don't need the source at all.  We do out of source builds, but I have CMAKE place my libs and bins back into the source tree under a parent/project/lib and parent/project/bin directory

[CMake] Problem with QT3 not generating .cpp files using Cmake

2011-10-11 Thread Darrell Langford
Okay, the problem I am having is as follows.  I am converting a C++ QT3 program over from using qmake to cmake and have hit a snag. The following is my basic layout for the cmakelists.txt file, what happens is, when the UIC command gets called from the QT_WRAP_UI it doesn't generate out .cpp

Re: [CMake] Problem with QT3 not generating .cpp files using Cmake

2011-10-11 Thread Darrell Langford
like you are missing the ${SAMPLE_FORMS_CPP} in add_executable(). Clint On Tuesday, October 11, 2011 09:46:40 am Darrell Langford wrote: Okay, the problem I am having is as follows.  I am converting a C++ QT3 program over from using qmake to cmake and have hit a snag. The following is my