Disable polarssl tests by default
This commit is contained in:
parent
8780b324ff
commit
1929b46aff
@ -2,6 +2,7 @@
|
||||
if(NOT TARGET polarssl)
|
||||
message("including polarssl")
|
||||
if (SELF_TEST)
|
||||
set(ENABLE_TESTING 0)
|
||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/polarssl/ ${CMAKE_CURRENT_BINARY_DIR}/lib/polarssl)
|
||||
else()
|
||||
add_subdirectory(${CMAKE_CURRENT_LIST_DIR}/polarssl/ ${CMAKE_CURRENT_BINARY_DIR}/lib/polarssl EXCLUDE_FROM_ALL)
|
||||
|
Loading…
Reference in New Issue
Block a user