[CMake] How to add a resource .bundle into xcode using cmake?

2015-02-11 Thread Frankie Chan
I am trying to add a resource bundle into a generated xcode project with cmake. However I am having trouble getting this out. This is what i have so far? set(MACOSX_BUNDLE_RESOURCES "${CMAKE_SOURCE_DIR}/resource.bundle") set_source_files_properties(MACOSX_BUNDLE_RESOURCES PROPERTIES MACOSX_PACKAG

Re: [CMake] Unexpected use of "ld" on Windows

2015-02-11 Thread Andreas Pakulat
Hi, On Wed, Feb 11, 2015 at 3:16 PM, Arjen Markus wrote: > Hello, > > I am trying to build the Fortran interface to NetCDF4 on Windows, using > the Intel Fortran compiler and "Nmake Makefiles" as the generator (see > http://www.unidata.ucar.edu/downloads/netcdf/index.jsp). > > I had some trouble

Re: [CMake] Unexpected use of "ld" on Windows

2015-02-11 Thread Arjen Markus
Hello Andreas, Hm, that has crossed my mind - maybe I should simply rename that particular directory. It still seems odd though that this occurs. Anyway, thanks for the suggestion. This is simple enough to try ;). Regards, Arjen From: Andreas Pakulat [mailto:ap...@gmx.de] Sent: Wednes

[CMake] Unexpected use of "ld" on Windows

2015-02-11 Thread Arjen Markus
Hello, I am trying to build the Fortran interface to NetCDF4 on Windows, using the Intel Fortran compiler and "Nmake Makefiles" as the generator (see http://www.unidata.ucar.edu/downloads/netcdf/index.jsp). I had some trouble getting the first part to build, but that is solved (small issues wi