Bill Hoffman wrote: > OK, so that is the file being used. Can you try adding the following > to the end of Linux-icpc.cmake and see if it works out of the box for > you: > > FIND_PROGRAM(XIAR xiar) > IF(XIAR) > SET( CMAKE_AR "${XIAR}") > ENDIF(XIAR) > MARK_AS_ADVANCED(XIAR)
No, XIAR was properly set, but CMAKE_AR was /usr/bin/ar. This did work with a -DCMAKE_AR arg to the initial run of cmake though. Regards, -dan _______________________________________________ CMake mailing list CMake@cmake.org http://www.cmake.org/mailman/listinfo/cmake