Re: [CMake] PLplot issues with the cvs version of CMake (Fortran 95)

2008-03-23 Thread Alan W. Irwin
On 2008-03-23 20:57-0400 Bill Hoffman wrote: if(CMAKE_CACHE_MAJOR_VERSION EQUAL 2 AND CMAKE_CACHE_MINOR_VERSION EQUAL 4) CMAKE_MAJOR_VERSION and CMAKE_MINOR_VERSION should be set: Thanks for that reminder. I have now made the change and those variables work fine (without confusing issues w

Re: [CMake] PLplot issues with the cvs version of CMake (Fortran 95)

2008-03-23 Thread Bill Hoffman
Alan W. Irwin wrote: Hi Bill: The Fortran 95 issue turned out to be that the default location for Fortran 95 modules has been moved from the top-level ${CMAKE_BINARY_DIR} to the more logical subdirectory (in our case ${CMAKE_BINARY_DIR}/bindings/f95) where the associated fortran library was cr

Re: [CMake] PLplot issues with the cvs version of CMake (Fortran 95)

2008-03-23 Thread Alan W. Irwin
Hi Bill: The Fortran 95 issue turned out to be that the default location for Fortran 95 modules has been moved from the top-level ${CMAKE_BINARY_DIR} to the more logical subdirectory (in our case ${CMAKE_BINARY_DIR}/bindings/f95) where the associated fortran library was created in the build tree.