mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
PolarSSL: don't install stuff.
Be a little more careful next time, @Sonicadvance1!
This commit is contained in:
8
Externals/polarssl/library/CMakeLists.txt
vendored
8
Externals/polarssl/library/CMakeLists.txt
vendored
@ -110,10 +110,6 @@ if(USE_STATIC_POLARSSL_LIBRARY)
|
||||
if(LINK_WITH_PTHREAD)
|
||||
target_link_libraries(${polarssl_static_target} pthread)
|
||||
endif()
|
||||
|
||||
install(TARGETS ${polarssl_static_target}
|
||||
DESTINATION ${LIB_INSTALL_DIR}
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
endif()
|
||||
|
||||
if(USE_SHARED_POLARSSL_LIBRARY)
|
||||
@ -129,8 +125,4 @@ if(USE_SHARED_POLARSSL_LIBRARY)
|
||||
if(LINK_WITH_PTHREAD)
|
||||
target_link_libraries(polarssl pthread)
|
||||
endif()
|
||||
|
||||
install(TARGETS polarssl
|
||||
DESTINATION ${LIB_INSTALL_DIR}
|
||||
PERMISSIONS OWNER_READ OWNER_WRITE OWNER_EXECUTE GROUP_READ GROUP_EXECUTE WORLD_READ WORLD_EXECUTE)
|
||||
endif(USE_SHARED_POLARSSL_LIBRARY)
|
||||
|
Reference in New Issue
Block a user