[CMake] osx bundle question

2014-04-20 Thread Zaak Beekman
I compile my Fortran and C project using the GCC and Intel compilers on Mac OS X. After calls to fixup_bundle the required dynamic libraries get copied into the Contents/MacOS/ directory, and libgcc_s.1.dylib is copied there when compiling with either of the compilers. However, the output of otool

Re: [CMake] Support for building of OCaml software?

2014-04-20 Thread SF Markus Elfring
> > Would further checks be useful for tools like "as" (GNU assembler), > "ar" and "ranlib" from the software package "binutils"? > [...] Do you have an example where it is necessary ? How do you think about to consider a few more dependencies around the tool "flexlink" from the software "FlexDLL

[CMake] xcode: rebuild project when dirty

2014-04-20 Thread Tim Blechmann
hi all, the make/ninja files and visual studio project seem to be rebuilt automatically when some CMakeLists.txt files change. this does not seem to be the case for xcode projects, though. to regenerate the project, i need to buid the ZERO_CHECK target explicitly. is this a bug or a feature? thn