Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Hual committed Dec 1, 2023
1 parent dbfafb6 commit 01984c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Server/Source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ else()
endif()

if(UNIX AND NOT SHARED_OPENSSL)
target_compile_definitions(SERVER PRIVATE OMP_STATIC_OPENSSL)
target_compile_definitions(Server PRIVATE OMP_STATIC_OPENSSL)
endif()

target_compile_definitions(Server PRIVATE
Expand Down

0 comments on commit 01984c6

Please sign in to comment.