Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
obiltschnig committed Jun 26, 2021
1 parent 51adf4c commit c140d37
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ endif()
if(ENABLE_ACTIVERECORD AND ENABLE_TESTS)
set(ENABLE_DATA_SQLITE ON CACHE BOOL "Enable Data SQlite" FORCE)
endif()

if(ENABLE_NETSSL_WIN)
set(ENABLE_UTIL ON CACHE BOOL "Enable Util" FORCE)
if(ENABLE_TESTS)
Expand Down Expand Up @@ -302,6 +303,7 @@ endif()
if(ENABLE_FOUNDATION)
add_subdirectory(Foundation)
endif()

if(ENABLE_ENCODINGS)
add_subdirectory(Encodings)
list(APPEND Poco_COMPONENTS "Encodings")
Expand Down Expand Up @@ -349,7 +351,6 @@ endif()

#NetSSL


if(WIN32 AND EXISTS ${PROJECT_SOURCE_DIR}/NetSSL_Win AND ENABLE_NETSSL_WIN)
add_subdirectory(NetSSL_Win)
list(APPEND Poco_COMPONENTS "NetSSL_Win")
Expand Down

0 comments on commit c140d37

Please sign in to comment.