Skip to content

Commit 3c28964

Browse files
committed
Fix Tabs
1 parent da61175 commit 3c28964

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

src/mangosd/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ target_link_libraries(mangosd
7878
Threads::Threads
7979
${OPENSSL_LIBRARIES}
8080
#if (defined(OPENSSL_VERSION_MAJOR) && OPENSSL_VERSION_MAJOR >= 3)
81-
OpenSSL::Crypto
81+
OpenSSL::Crypto
8282
#endif()
8383

8484
)

src/realmd

src/shared/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ target_link_libraries(shared
237237
DL::DL
238238
${OPENSSL_LIBRARIES}
239239
#if (defined(OPENSSL_VERSION_MAJOR) && OPENSSL_VERSION_MAJOR >= 3)
240-
OpenSSL::Crypto
240+
OpenSSL::Crypto
241241
#endif()
242242

243243
)

0 commit comments

Comments
 (0)