소스 검색

Don't add QtSOAP library dirs because it is static.

Sascha Zelzer 14 년 전
부모
커밋
281748977f
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      CMakeExternals/QtSOAP.cmake

+ 2 - 3
CMakeExternals/QtSOAP.cmake

@@ -34,9 +34,8 @@ IF(${add_project})
       )
     SET(QtSOAP_DIR "${ep_build_dir}/${proj}")
     
-    # Since the link directories associated with QtSOAP is used, it makes sens to 
-    # update CTK_EXTERNAL_LIBRARY_DIRS with its associated library output directory
-    LIST(APPEND CTK_EXTERNAL_LIBRARY_DIRS ${QtSOAP_DIR}/bin)
+    # Since QtSOAP is statically build, there is not need to add its corresponding 
+    # library output directory to CTK_EXTERNAL_LIBRARY_DIRS
 
   ELSE()
     ctkMacroEmptyExternalProject(${proj} "${proj_DEPENDENCIES}")