PolarSSL: don't install stuff.

Be a little more careful next time, @Sonicadvance1!
This commit is contained in:
Augustin Cavalier
2014-09-14 14:12:08 -04:00
parent b307bb68d7
commit 60ffe152de
4 changed files with 0 additions and 232 deletions

View File

@ -1,11 +0,0 @@
option(INSTALL_POLARSSL_HEADERS "Install PolarSSL headers." ON)
if(INSTALL_POLARSSL_HEADERS)
file(GLOB headers "polarssl/*.h")
install(FILES ${headers}
DESTINATION include/polarssl
PERMISSIONS OWNER_READ OWNER_WRITE GROUP_READ WORLD_READ)
endif(INSTALL_POLARSSL_HEADERS)