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

@ -33,7 +33,7 @@ set(EOUTILS_SOURCES
)
add_library(eoutils STATIC ${EOUTILS_SOURCES})
install(TARGETS eoutils ARCHIVE DESTINATION local/${LIB} COMPONENT libraries)
install(TARGETS eoutils ARCHIVE DESTINATION ${LIB} COMPONENT libraries)
######################################################################################