Skip to content

Commit

Permalink
only needed on windows now
Browse files Browse the repository at this point in the history
  • Loading branch information
braindigitalis committed Oct 16, 2024
1 parent b55d480 commit c91c1af
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions library-vcpkg/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,11 @@ if(WIN32)
add_compile_definitions(WIN32_LEAN_AND_MEAN)
add_compile_definitions(_CRT_SECURE_NO_WARNINGS)
add_compile_definitions(_CRT_NONSTDC_NO_DEPRECATE)
# Fake an ssl version number to satisfy MLSPP
set(OPENSSL_VERSION "1.1.1f")
endif()

# Fake an ssl version number to satisfy MLSPP
set(OPENSSL_VERSION "1.1.1f")


target_compile_options(
"${LIB_NAME}"
Expand Down

0 comments on commit c91c1af

Please sign in to comment.