فهرست منبع

Merge pull request #3410 from ghalliday/issue7910

HPCC-7910 Fix building unittests under windows

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 سال پیش
والد
کامیت
ba72b58029
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      testing/unittests/CMakeLists.txt

+ 1 - 1
testing/unittests/CMakeLists.txt

@@ -46,7 +46,7 @@ install ( TARGETS unittests DESTINATION ${OSSDIR}/bin )
 target_link_libraries ( unittests
          jlib
          remote
-         cppunit
+         ${CPPUNIT_LIBRARIES}
     )
 
 endif ()