Skip to content

Commit

Permalink
Compilation issues on win32
Browse files Browse the repository at this point in the history
  • Loading branch information
desertkun committed Jul 25, 2021
1 parent d76d79b commit 675a2ce
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
/hub/bin/
/hub/cmake-build-debug/
/hub/cmake-build-release-visual-studio/
/client/bin/
/client/.idea
/hub/.idea
/client/include/spectranet
/client/libs/
*.o
Expand Down
2 changes: 0 additions & 2 deletions hub/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,6 @@ add_custom_target(create_cache_folder ALL

if(WIN32)

add_dependencies(channel_hub copy_sdl)

target_link_libraries(channel_hub legacy_stdio_definitions.lib)
set(OPENSSL_ROOT_DIR "C:/Program Files/OpenSSL-Win64")
else()
Expand Down
2 changes: 1 addition & 1 deletion hub/img2spec
Submodule img2spec updated 1 files
+2 −0 src/img2spec.cpp
2 changes: 1 addition & 1 deletion hub/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ int main(int argc, const char** argv)
}
}

std::cout << "Starting hub" << port << std::endl;
std::cout << "Starting hub on port " << port << std::endl;

SocketChannelHub hub(port);
return hub.run();
Expand Down

0 comments on commit 675a2ce

Please sign in to comment.