IIFE commented on code in PR #2858:
URL: https://github.com/apache/arrow-adbc/pull/2858#discussion_r2643387732


##########
c/driver_manager/CMakeLists.txt:
##########
@@ -109,6 +109,13 @@ if(ADBC_BUILD_TESTS)
   add_dependencies(adbc-driver-manager-test adbc_driver_entrypoint
                    adbc_driver_no_entrypoint)
 
+  # On Windows binaries are created under config subfolder (debug/release). We 
must ensure the lib path contains that for tests to run.
+  if(CMAKE_CONFIGURATION_TYPES)
+    set(CONFIG_SUBDIR "$<CONFIG>/")
+  else()
+    set(CONFIG_SUBDIR "")
+  endif()
+

Review Comment:
   done



-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to