Browse Source
[cmake] don't propagate openSSL in src
Signed-off-by: crueter <crueter@eden-emu.dev>
pull/250/head
crueter
7 months ago
No known key found for this signature in database
GPG Key ID: 425ACD2D4830EBC6
1 changed files with
0 additions and
3 deletions
-
src/CMakeLists.txt
|
|
|
@ -192,9 +192,6 @@ else() |
|
|
|
endif() |
|
|
|
endif() |
|
|
|
|
|
|
|
# propagation shenanigation |
|
|
|
find_package(OpenSSL 1.1.1 REQUIRED) |
|
|
|
|
|
|
|
add_subdirectory(common) |
|
|
|
add_subdirectory(core) |
|
|
|
add_subdirectory(audio_core) |
|
|
|
|