Re: [CMake] Problems with linking on MinGW?

2010-06-15 Thread Ryan Pavlik
the full path to the library.) Ryan -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] Show the test command line

2010-06-14 Thread Ryan Pavlik
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 the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan

Re: [CMake] Question about installing static libraries made with VS 2008

2010-06-14 Thread Ryan Pavlik
and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http

Re: [CMake] How to install a shared library on a windows system

2010-06-11 Thread Ryan Pavlik
On 06/11/2010 12:14 PM, Torri, Stephen CIV NSWCDD, W15 wrote: From: cmake-boun...@cmake.org on behalf of Ryan Pavlik Sent: Fri 6/11/2010 12:34 PM To: cmake@cmake.org Subject: Re: [CMake] How to install a shared library on a windows system Stephen, The catch is that windows searches

Re: [CMake] How to install a shared library on a windows system

2010-06-11 Thread Ryan Pavlik
On 06/11/2010 12:27 PM, Torri, Stephen CIV NSWCDD, W15 wrote: From: Ryan Pavlik [mailto:rpav...@iastate.edu] Sent: Fri 6/11/2010 1:16 PM To: Torri, Stephen CIV NSWCDD, W15 Cc: cmake@cmake.org Subject: Re: [CMake] How to install a shared library on a windows system From: cmake-boun

Re: [CMake] Modified FindDCMTK

2010-06-10 Thread Ryan Pavlik
the find_package_handle_standard_args macro. I've attached my update of your file. Ryan -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com # - find DCMTK libraries and applications # # DCMTK_INCLUDE_DIRS

Re: [CMake] basic problems using Qt4

2010-06-10 Thread Ryan Pavlik
code in the file ${QT_USE_FILE} Hope this helps! Ryan -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com ___ Powered by www.kitware.com Visit other

Re: [CMake] Help creating a module for detecting mysql-connector-c++

2010-06-09 Thread Ryan Pavlik
On 05/27/2010 03:29 PM, Torri, Stephen CIV NSWCDD, W15 wrote: From: Ryan Pavlik [mailto:rpav...@iastate.edu] Sent: Wed 5/26/2010 5:37 PM To: Torri, Stephen CIV NSWCDD, W15; cmake@cmake.org Subject: Re: [CMake] Help creating a module for detecting mysql-connector-c++ No, the ROOT_DIR variables

Re: [CMake] Help creating a module for detecting mysql-connector-c++

2010-06-09 Thread Ryan Pavlik
would did: #includecppconn/mysqlconn.h I guess I am a little held up on what is coming after PATH_SUFFIXES. Stephen -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http

Re: [CMake] Cmake doesn't add the -lpthread option

2010-06-08 Thread Ryan Pavlik
Are you using the find_package(Threads) command to find the library required for threads? You should not depend on the compiler to automatically add that option - if you want threads, use the find module. Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality

Re: [CMake] Outputting targets to subdirectories

2010-06-04 Thread Ryan Pavlik
to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com/ ___ Powered

Re: [CMake] install component shared library

2010-06-04 Thread Ryan Pavlik
-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik Human-Computer Interaction

Re: [CMake] cmake - escape/delay variable expansion

2010-06-03 Thread Ryan Pavlik
Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com

Re: [CMake] Problems building a shared library

2010-05-27 Thread Ryan Pavlik
/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

Re: [CMake] Help creating a module for detecting mysql-connector-c++

2010-05-26 Thread Ryan Pavlik
it reports that MysqlConnectorCpp_INCLUDE_DIR and MysqlConnectorCpp_LIBRARIES are NOTFOUND. Here is my module as it stands right now. Am I doing something wrong on the Windows side? Stephen -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav

Re: [CMake] Help creating a module for detecting mysql-connector-c++

2010-05-26 Thread Ryan Pavlik
On 05/26/2010 01:49 PM, Torri, Stephen CIV NSWCDD, W15 wrote: From: Ryan Pavlik [mailto:rpav...@iastate.edu] Sent: Wed 5/26/2010 2:42 PM To: Torri, Stephen CIV NSWCDD, W15; cmake@cmake.org Subject: Re: [CMake] Help creating a module for detecting mysql-connector-c++ Didn't test it, just ran

Re: [CMake] Help creating a module for detecting mysql-connector-c++

2010-05-26 Thread Ryan Pavlik
On 05/26/2010 01:59 PM, Torri, Stephen CIV NSWCDD, W15 wrote: From: Ryan Pavlik [mailto:rpav...@iastate.edu] Sent: Wed 5/26/2010 2:42 PM To: Torri, Stephen CIV NSWCDD, W15; cmake@cmake.org Subject: Re: [CMake] Help creating a module for detecting mysql-connector-c++ Didn't test it, just ran

Re: [CMake] FIND modules for Xerces-C++ and Xalan-C++

2010-05-24 Thread Ryan Pavlik
will find and use them. Ryan -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik ___ Powered

Re: [CMake] Compilation using Qt 4 under windows 7

2010-05-17 Thread Ryan Pavlik
Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI

Re: [CMake] Removing compiler flags for GCC for specific target (3 methods that don't work right)

2010-05-11 Thread Ryan Pavlik
On 5/11/2010 9:52 AM, Alok Govil wrote: Hi all, I am setting CMAKE_CXX_FLAGS to -Wall -ansi -pedantic but would like to remove these flags for compilation of UnitTest++. I tried three methods of doing this with some issue with each: 1. string (REPLACE -Wall CMAKE_CXX_FLAGS

Re: [CMake] No Native 64-Bit CMake Binaries?

2010-05-05 Thread Ryan Pavlik
-increasingly used on 64-bit hardware. Is there any good reason why 64-bit binaries are not provided for all supported operating systems? Thanks, Eskandar At least on Windows, you can use the 32-bit cmake binary to make 32 or 64 bit projects. Ryan -- Ryan Pavlik Human-Computer Interaction

Re: [CMake] How do I tell cmake not to create a console window?

2010-05-03 Thread Ryan Pavlik
to CMAKE_C_FLAGS if you're on Windows and using GCC. Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com/ ___ Powered

Re: [CMake] Adding one static library into another

2010-04-28 Thread Ryan Pavlik
other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI

Re: [CMake] LaTex Find Module available

2010-04-21 Thread Ryan Pavlik
/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com/ ___ Powered by www.kitware.com

Re: [CMake] Minimal Info.plist

2010-04-19 Thread Ryan Pavlik
this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

Re: [CMake] Cmake problem on nfs partition

2010-04-09 Thread Ryan Pavlik
idea ? Thanks Patrick I am unsure, but for what it's worth I've built large CMake-based projects, including cmake itself, on an NFS home directory (RHEL 5). Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav

Re: [CMake] Running external programs

2010-04-08 Thread Ryan Pavlik
and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http

Re: [CMake] cmake+build machine

2010-04-05 Thread Ryan Pavlik
, and experimental build system. Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com/ ___ Powered by www.kitware.com Visit other Kitware

Re: [CMake] use of ${cmake_command}

2010-04-05 Thread Ryan Pavlik
of cmake, typically in post build command Is it a better practice for portability? Nad -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com

Re: [CMake] cmake error when trying to compile KMyMoney 3.97.1

2010-04-04 Thread Ryan Pavlik
: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

Re: [CMake] Extremely noisy cmake output for the MinGW/MSYS/Wine platform

2010-04-02 Thread Ryan Pavlik
FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal

Re: [CMake] exe and dll vs. pdb and idb files (was RE: CMAKE_RUNTIME_OUTPUT_DIRECTORY without the extra'Debug' or 'Release' ?)

2010-03-26 Thread Ryan Pavlik
...) then runs the executable. If you include the change directory line, you could effectively put this generated script anywhere after creating it. Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu

Re: [CMake] Questions on CMAKE_CONFIGURATION_TYPES

2010-03-26 Thread Ryan Pavlik
: # VRPN_FOUND # VRPN_SERVER_LIBRARIES # VRPN_LIBRARIES # VRPN_INCLUDE_DIRS # # VRPN_ROOT_DIR is searched preferentially for these files # # Requires these CMake modules: # FindPackageHandleStandardArgs (known included with CMake =2.6.2) # # Original Author: # 2009-2010 Ryan Pavlik rpav

Re: [CMake] Questions on CMAKE_CONFIGURATION_TYPES

2010-03-25 Thread Ryan Pavlik
Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

Re: [CMake] cmake and boost

2010-03-19 Thread Ryan Pavlik
system) include_directories(${Boost_INCLUDE_DIR}) add_executable(yourapp yourapp.cpp) target_link_libraries(yourapp ${Boost_LIBRARIES}) -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC

Re: [CMake] Include paths not being searched?

2010-03-17 Thread Ryan Pavlik
, .cxx, and .C should all work fine... Ryan -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

Re: [CMake] Static Modules

2010-03-10 Thread Ryan Pavlik
, you could loop through them extracting their source lists then adding those to a new target: probably could be generalizable to a custom command in a cmake module. Ryan -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http

Re: [CMake] Static Modules

2010-03-10 Thread Ryan Pavlik
: Hi, Thank you both for your help! Ryan Pavlik wrote: A bit less work: if you're building all the modules in CMake too, you could loop through them extracting their source lists then adding those to a new target: probably could be generalizable to a custom command in a cmake module

Re: [CMake] Question about add_library with IMPORTED

2010-03-09 Thread Ryan Pavlik
the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com

Re: [CMake] Change library search order

2010-03-08 Thread Ryan Pavlik
to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

Re: [CMake] find_path for multiple files

2010-03-05 Thread Ryan Pavlik
/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav

Re: [CMake] combining cmake and qmake

2010-03-03 Thread Ryan Pavlik
The simplest Qt cmake file I've come up with, based on converting from a Qmake build, is the following - it should be easy to follow and modify. # Minimal QT Build # CMake cross-platform build system recipe # 2010 Ryan Pavlik rpav...@iastate.edu abir...@ryand.net # http://academic.cleardefinition.com

Re: [CMake] Using absolute values in include_directories directive

2010-03-03 Thread Ryan Pavlik
://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http

Re: [CMake] Canonical use of FindPackageHandleStandardArgs

2010-03-03 Thread Ryan Pavlik
/modules/ Best regards, -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik ___ Powered

Re: [CMake] Canonical use of FindPackageHandleStandardArgs

2010-03-03 Thread Ryan Pavlik
(figure out what kind of command line args are needed by trial-and-error, etc). It should be easy to read and learn from. Of course, now that I look at it, I see I'm not finding my dependencies quietly: I will probably change that... Ryan -- Ryan Pavlik HCI Graduate Student Virtual Reality

Re: [CMake] file (GLOB) on linux with CMake 2.8

2010-03-01 Thread Ryan Pavlik
://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications

Re: [CMake] file (GLOB) on linux with CMake 2.8

2010-03-01 Thread Ryan Pavlik
the cmakelists.txt file, not to have cmake itself run ls. It's a lazy coder trick; running this command in a terminal : ls *.cpp *.c *.h | sort provides something I can copy and paste into my cmakelists.txt file, and update as I add new files. Ryan -- Ryan Pavlik HCI Graduate Student Virtual

Re: [CMake] vcproj .user files

2010-02-18 Thread Ryan Pavlik
/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik

Re: [CMake] Specifying build directory

2010-02-18 Thread Ryan Pavlik
/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav

Re: [CMake] vcproj .user files

2010-02-18 Thread Ryan Pavlik
that this works, because I do it. Ryan On 2/18/10 9:01 AM, Surya Kiran Gullapalli wrote: On Thu, Feb 18, 2010 at 19:22, Ryan Pavlik rpav...@iastate.edu mailto:rpav...@iastate.edu wrote: Make sure you have quit the visual studio instance in that build directory - VS assumes that only it modifies

Re: [CMake] CMAKE_FORCE_CXX_COMPILER question

2010-02-18 Thread Ryan Pavlik
on my Solaris10 platform it compiles with g++ BUT links with gcc. Is this a bug? Are my expectations wrong? Thanks bob There is a separate setting to force which linker to use. set_target_properties(targetname PROPERTIES HAS_CXX yes) Ryan -- Ryan Pavlik Human-Computer Interaction Graduate

Re: [CMake] cmake on multicore interix'en

2010-02-17 Thread Ryan Pavlik
/cmake -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com/ ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] CMake/CPack: empty packages

2010-02-15 Thread Ryan Pavlik
-- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik ___ Powered by www.kitware.com Visit other Kitware

Re: [CMake] where do libraries go?

2010-02-12 Thread Ryan Pavlik
projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality

Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules?

2010-02-12 Thread Ryan Pavlik
to modify. *From:* Ryan Pavlik rpav...@iastate.edu *To:* cmake@cmake.org *Sent:* Thu, February 11, 2010 5:57:58 PM *Subject:* Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules? Well, you can really

Re: [CMake] ADD_DEFINITIONS and COMPILE_DEFINITIONS

2010-02-11 Thread Ryan Pavlik
open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student

Re: [CMake] adding extra target to CMakeLists.txt

2010-02-11 Thread Ryan Pavlik
://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http

Re: [CMake] Examples of CMAKE_INCLUDE_TRANSFORMS or other transform rules?

2010-02-11 Thread Ryan Pavlik
projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality

Re: [CMake] How to find the DLL's a a required package searched with FIND_PACKAGE()?

2010-02-10 Thread Ryan Pavlik
at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality

Re: [CMake] How to find the DLL's a a required package searched with FIND_PACKAGE()?

2010-02-10 Thread Ryan Pavlik
/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http

Re: [CMake] copy on install

2010-02-05 Thread Ryan Pavlik
); the libLASi project (unifont.org/lasi); the Loads of Linux Links project (loll.sf.net); and the Linux Brochure Project (lbproject.sf.net). __ Linux-powered Science __ -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center

Re: [CMake] Relative (source files) vs Absolute (include files) path

2010-02-03 Thread Ryan Pavlik
this helps! Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com/ ___ Powered by www.kitware.com Visit other Kitware open-source

Re: [CMake] Subversion_WC_INFO macro should not do SEND_ERROR

2010-01-26 Thread Ryan Pavlik
An alternative, of course, is to implement a function or macro in a module distributed with CMake, that hides the process of detecting whether a directory is a svn working copy and can deal with current and future repository formats. Ryan -- Ryan Pavlik Human-Computer Interaction Graduate

Re: [CMake] Custom build type.

2010-01-20 Thread Ryan Pavlik
://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com

[CMake] custom targets always running in MSVC 2005, test issues

2010-01-14 Thread Ryan Pavlik
* Ryan Pavlik, 2009-2010 *rpav...@iastate.edu * http://academic.cleardefinition.com/ * */ int main(int argc, char* argv[]) { return 0; } -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http

Re: [CMake] intercomponent link dependencies?

2010-01-13 Thread Ryan Pavlik
You could use the CleanLibraryList module I posted a few emails ago: just make a list that contains all the libraries you are going to link your target against, and then just run clean_library_list on it before doing so. Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual

Re: [CMake] intercomponent link dependencies?

2010-01-13 Thread Ryan Pavlik
into the innards of linking. I will update my script accordingly. Thanks! Ryan -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com

Re: [CMake] Setting Environment Variables on Windows (UNCLASSIFIED)

2010-01-07 Thread Ryan Pavlik
messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http

Re: [CMake] intercomponent link dependencies?

2010-01-07 Thread Ryan Pavlik
to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik # - try to find GPM

Re: [CMake] intercomponent link dependencies?

2010-01-07 Thread Ryan Pavlik
(CMake standard module) # # Original Author: # 2009-2010 Ryan Pavlik rpav...@iastate.edu abir...@ryand.net # http://academic.cleardefinition.com # Iowa State University HCI Graduate Program/VRAC find_library(MYPACKAGE_LIBRARY NAMES mypackagecore PATHS ${MYPACKAGE_ROOT} PATH_SUFFIXES

Re: [CMake] intercomponent link dependencies?

2010-01-07 Thread Ryan Pavlik
On Thu, Jan 7, 2010 at 4:00 PM, Jed Brown j...@59a2.org wrote: On Thu, 07 Jan 2010 15:54:33 -0600, Ryan Pavlik rpav...@iastate.edu wrote: If you use the _LIBRARIES variable, you don't need to even mess around with the imported targets thing Dumping recursive dependencies in *_LIBRARIES

Re: [CMake] intercomponent link dependencies?

2010-01-07 Thread Ryan Pavlik
of a, g, t hasn't been found, # otherwise providing a slim ${MyPACKAGE_LIBRARIES} to be appended to # TARGET_LINK_LIBRARIES or something. ]. Cheers, Nico -- Ryan Pavlik Human-Computer Interaction Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.eduhttp

Re: [CMake] fftw-3.2.2 linking porblems to CMake 2.6

2010-01-06 Thread Ryan Pavlik
Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu

Re: [CMake] Visual Studio Release / Debug with different link dependencies?

2010-01-06 Thread Ryan Pavlik
://www.cmake.org/mailman/listinfo/cmake -- Ryan Pavlik HCI Graduate Student Virtual Reality Applications Center Iowa State University rpav...@iastate.edu http://academic.cleardefinition.com Internal VRAC/HCI Site: http://tinyurl.com/rpavlik ___ Powered

<    1   2