commit | b3b4901295fffca514f29c0b60de08daf1dfb9ae | [log] [tgz] |
---|---|---|
author | Paul Bakker <p.j.bakker@polarssl.org> | Sun Dec 11 11:28:52 2011 +0000 |
committer | Paul Bakker <p.j.bakker@polarssl.org> | Sun Dec 11 11:28:52 2011 +0000 |
tree | c4d77f401719523e04961e03cee012fa0edb4585 | |
parent | 9bc2f320b890171219df918eed3689215a1d93eb [diff] |
- Fixed duplicate prefix inclusion
diff --git a/CMakeLists.txt b/CMakeLists.txt index ea96019..689d563 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt
@@ -19,7 +19,7 @@ if(LIB_INSTALL_DIR) else() -set(LIB_INSTALL_DIR ${CMAKE_INSTALL_PREFIX}/lib) +set(LIB_INSTALL_DIR lib) endif() include_directories(include/)