Hello,

You can specify your library postfix to CMake at configuration time with the 
LIB_POSTFIX variable. Setting it to a null value, e.g.

cmake -DLIB_POSTFIX="" .

makes CMake install built libraries at $(prefix)/lib instead of 
$(prefix)/lib64 on 64bit platforms. I have tested it.

Regards,

Alberto



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to