Re: [CMake] turn CMAKE_SKIP_RPATHS on for one library or one subdirectory

2006-02-16 Thread Brad King
Zachary Pincus wrote: I'm having trouble figuring out how to turn CMAKE_SKIP_RPATH on for a single subdirectory (or for that matter, just one library). I've tried all possible permutations of SET(CMAKE_SKIP_RPATH ON [CACHE BOOL [FORCE]]) at the top of the CMakeLists.txt file in my

[CMake] turn CMAKE_SKIP_RPATHS on for one library or one subdirectory

2006-02-15 Thread Zachary Pincus
Hi folks, I'm having trouble figuring out how to turn CMAKE_SKIP_RPATH on for a single subdirectory (or for that matter, just one library). I've tried all possible permutations of SET(CMAKE_SKIP_RPATH ON [CACHE BOOL [FORCE]]) at the top of the CMakeLists.txt file in my subdirectory, but