Re: [CMake] cmake doesn't find QtCore

2016-10-18 Thread Hendrik Sattler
Hi, what is your compiler? HS Am 18. Oktober 2016 02:07:35 MESZ, schrieb Spencer Parkin : >Hi, > >I'm trying to install PySide. With "pip install PySide", I get the >warning... > >CMake Warning at c:/Program Files >(x86)/Cmake/share/cmake-3.7/Modules/FindQt4.cmake:618 (message): >C:/Qt/4.8.5/

[CMake] cmake 3.6.2 FindHDF5.cmake trouble finding parallel version

2016-10-18 Thread Christophe Trophime
Hi, I'm experiencing troubles with cmake 3.6.2 and FindHDF5.cmake module in Debian/Testing. I'm trying to build med-fichier and gmsh for instance. The main CMakeList.txt contains: find_package(HDF5 COMPONENTS C) MESSAGE("HDF5_C_INCLUDE_DIR=${HDF5_C_INCLUDE_DIR}") MESSAGE("HDF5_CXX_INCLUD

[CMake] DragNDrag hdiutil debug help

2016-10-18 Thread Cralle, Chris
cmake 3.6.2, osx 10.12 We've started to get this problem with DragNDrop, only in our Jenkins build job. Running manually or calling hdiutil directly works 100%. It's only when cmake runs through the job does the problem happen. I've been through all the verbose/debug (even 'diskarbitrationd -d')

[CMake] Visual Studio generator, cross-compiling

2016-10-18 Thread Andy Yelland
Hi there I am trying to coax a Cmake generation of a Visual Studio project of our cross-platform product, that includes the PNaCl platform. The MSBuild setup for PNaCl is a little bit fussy, and does not like the relative pathnames in , that get produced when the product has target_link_libr

Re: [CMake] [EXTERNAL]: Visual Studio generator, cross-compiling

2016-10-18 Thread Parag Chandra
Hi Andy, My build supports several operating systems, including NaCl. The way I solved this problem, essentially, is every place you would normally call target_link_libraries, you replace it with a call to LinkPossiblyPrebuiltLibraries, which is a macro I have defined like this: macro (LinkPos