소스 검색

HPCC-16990 Include pyembed in clienttools package

Signed-off-by: Michael Gardner <michael.gardner@lexisnexisrisk.com>
Michael Gardner 8 년 전
부모
커밋
9ea10c94a9
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      cmake_modules/commonSetup.cmake

+ 1 - 0
cmake_modules/commonSetup.cmake

@@ -232,6 +232,7 @@ IF ("${COMMONSETUP_DONE}" STREQUAL "")
   endif()
 
   if ( CLIENTTOOLS_ONLY )
+      set(PYEMBED ON)
       set(PLATFORM OFF)
       set(DEVEL OFF)
   endif()