Browse Source

HPCC-16990 Include pyembed in clienttools package

Signed-off-by: Michael Gardner <michael.gardner@lexisnexisrisk.com>
Michael Gardner 8 years ago
parent
commit
9ea10c94a9
1 changed files with 1 additions and 0 deletions
  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()