瀏覽代碼

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 ()