regression: local/local

This commit is contained in:
canape 2013-01-02 11:47:17 +01:00
commit a3c6c8c16e
10 changed files with 17 additions and 17 deletions

View file

@ -48,7 +48,7 @@ set(EO_SOURCES
# shared library
add_library(PyEO MODULE ${SOURCES} ${EO_SOURCES})
install(TARGETS PyEO LIBRARY DESTINATION local/${LIB} COMPONENT libraries)
install(TARGETS PyEO LIBRARY DESTINATION ${LIB} COMPONENT libraries)
# python 2.5 must have pyd
if(WIN32 AND NOT CYGWIN)