Skip to content

Commit

Permalink
remove stray lines
Browse files Browse the repository at this point in the history
  • Loading branch information
sbera87 committed Oct 21, 2024
1 parent b8bc77f commit 1cf31c7
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -263,16 +263,6 @@ if (LEGACY_BUILD)

include(utilities)


# Automatically find all subdirectories with CMakeLists.txt and add them
file(GLOB subdirs LIST_DIRECTORIES true "${CMAKE_SOURCE_DIR}/generated")

foreach(subdir ${subdirs})
if(EXISTS "${subdir}/CMakeLists.txt")
add_subdirectory(${subdir})
endif()
endforeach()

if (ENABLE_OPENSSL_ENCRYPTION)
set(CRYPTO_LIBS ${OPENSSL_LIBRARIES} ${ZLIB_LIBRARIES})
set(CRYPTO_LIBS_ABSTRACT_NAME crypto ssl z)
Expand Down

0 comments on commit 1cf31c7

Please sign in to comment.