greggomann commented on a change in pull request #363:
URL: https://github.com/apache/mesos/pull/363#discussion_r424680213
##########
File path: 3rdparty/CMakeLists.txt
##########
@@ -99,6 +99,12 @@ else ()
set(LIBRARY_SUFFIX ${CMAKE_STATIC_LIBRARY_SUFFIX})
endif ()
+if (WIN32 AND BUILD_SHARED_LIBS)
+ set(3RDPARTY_LIBS_INSTALL_DIR ${MESOS_INSTALL_RUNTIME})
+else()
+ set(3RDPARTY_LIBS_INSTALL_DIR ${MESOS_INSTALL_LIBRARIES})
+endif()
+
Review comment:
Oh good point, I can just review the changes in the last two commits -
I'll do that, thanks!
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]