[CMake] FindOpenCV.cmake doesn't pick up /usr/local installation FIRST

2009-09-08 Thread Dat Chu
/opt/net/ path in the message box. Why would it outputs 6 times this simple message? Dat Chu ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topi

Re: [CMake] CDT Unix make file

2009-02-20 Thread Dat Chu
e to refer to CDT4 which might turn them away from useful information. http://www.cmake.org/Wiki/Eclipse_CDT4_Generator On Fri, Feb 20, 2009 at 4:40 PM, Alexander Neundorf wrote: > On Friday 20 February 2009, Dat Chu wrote: >> The problem was the executable I had have the same name as

Re: [CMake] CDT Unix make file

2009-02-20 Thread Dat Chu
The problem was the executable I had have the same name as the project name. Dat Chu Research Assistant, Computational Biomedicine Lab (www.cbl.uh.edu) Dept. of Computer Science, University of Houston, Houston, TX 77204-3010 Tel: (281) 617-6949 Email: dt...@central.uh.edu On Fri, Feb 20, 2009

Re: [CMake] CDT Unix make file

2009-02-19 Thread Dat Chu
Awesome Philip, that works perfectly. The binary is getting picked up. I also found that running eclipse in the command line (instead of Gnome menu) enables the application output console when I choose Run as Local C/C++ Application. Thank you very much. Dat Chu On Thu, Feb 19, 2009 at 6:48 PM

[CMake] CDT Unix make file

2009-02-19 Thread Dat Chu
project build folder and manually type the command to run. Am I missing something? Dat Chu ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check

Re: [CMake] CPACK NSIS to install my app under a prefix

2009-02-05 Thread Dat Chu
set(CPACK_PACKAGE_VENDOR "MyPrefix") set(CPACK_NSIS_MENU_LINKS "http://cbl.uh.edu/urxd"; "MyPrefix") SET(CPACK_PACKAGE_VERSION_MAJOR "1") SET(CPACK_PACKAGE_VERSION_MINOR "2") SET(CPACK_PACKAGE_VERSION_PATCH &quo

[CMake] CPACK NSIS to install my app under a prefix

2009-02-05 Thread Dat Chu
t of CPACK NSIS generator). Has anyone solved this problem before? I would appreciate some guidance. With warm regards, Dat Chu ___ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake