[Gmsh] CMakeLists.txt request

David Bernstein david at terafrac.org
Sun Jun 23 03:14:38 CEST 2013


Dear Gmsh developers, Could the Gmsh cmakelists.txt file be modified to produce a GmshConfig.cmake or gmsh-config.cmake file?  That way I can use find_package(Gmsh) in my project so I can use the API.  I read the api-demo project and understand the approach there but would prefer that find_package work as in my project the development is done on one platform (osx) while the nightly builds are done on another (ubuntu).

Thanks,
Dave