+ revert PyCXX removal

This commit is contained in:
wmayer
2014-12-19 11:31:05 +01:00
parent a8d24be3b3
commit 08171f474a

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)