Explorar el Código

HPCC-16990 Include pyembed in clienttools package

Signed-off-by: Michael Gardner <michael.gardner@lexisnexisrisk.com>
Michael Gardner hace 8 años
padre
commit
9ea10c94a9
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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()