Skip to content
Snippets Groups Projects
Commit a04316c4 authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Don't enable crypto devices, even if we're in Windows.

parent 9c5f295d
No related branches found
No related tags found
No related merge requests found
Pipeline #6785 passed
......@@ -492,6 +492,7 @@ endif()
target_compile_definitions(cl PRIVATE _FORTIFY_SOURCE=2)
target_compile_definitions(cl PRIVATE OSVERSION=${SYSTEM_VERSION})
target_compile_definitions(cl PRIVATE FIXED_SEED=0x${FIXED_SEED})
target_compile_definitions(cl PRIVATE CONFIG_NO_DEVICES)
target_include_directories(cl PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})
target_include_directories(cl PUBLIC $<TARGET_FILE_DIR:cl>)
target_link_libraries(cl ${CMAKE_THREAD_LIBS_INIT})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment