Browse Source

Merge pull request #3410 from ghalliday/issue7910

HPCC-7910 Fix building unittests under windows

Reviewed-By: Richard Chapman <rchapman@hpccsystems.com>
Richard Chapman 12 years ago
parent
commit
ba72b58029
1 changed files with 1 additions and 1 deletions
  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 ()