Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cpp/scaler/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
if(LINUX OR APPLE)
add_subdirectory(object_storage)
else()
message(WARNING "Not building OSS, as it's not supported on this system currently!")
message(WARNING "Not building OSS and its Python Interface, as it's not supported on this system currently!")
endif()

if(LINUX OR WIN32)
Expand Down
2 changes: 1 addition & 1 deletion src/cpp/scaler/ymq/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ endif()

if(WIN32)
# ymq python =======================================================================================================

message(WARNING "Not building Python Interface for YMQ, as it's not supported on this system currently!")
target_link_libraries(ymq_objs PRIVATE "ws2_32")
target_compile_definitions(ymq_objs PRIVATE _WINSOCKAPI_=) # Yes, trailing equal to guarantee empty def
endif()
Loading