+ revert PyCXX removal

This commit is contained in:
wmayer
2014-12-19 11:31:05 +01:00
parent d5e8ae2d05
commit 419a2853cd

View File

@@ -364,6 +364,10 @@ if(FREECAD_LIBPACK_USE)
message(SEND_ERROR "Could not find libpack in specified location:" ${FREECAD_LIBPACK_DIR})
ENDIF(FREECAD_LIBPACK_CHECKFILE_CLBUNDLER)
# -------------------------------- PyCXX --------------------------------
find_package(PyCXX REQUIRED)
# -------------------------------- Swig ----------------------------------
find_package(SWIG)