[Cmake] Specify static library

rbb@rkbloom.net rbb at rkbloom . net
Wed, 11 Jun 2003 09:54:35 -0700 (PDT)


Is it possible to make CMake link against a static library instead of a
shared library?  I have APR on all of my machines and I am creating a
group of very small applications that rely on it.  I would prefer to just
statically link to APR, but CMake always links to the .so/.dll.

Ryan