Skip to content

Commit

Permalink
+ revert PyCXX removal
Browse files Browse the repository at this point in the history
  • Loading branch information
wwmayer committed Dec 19, 2014
1 parent a8d24be commit 08171f4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Expand Up @@ -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)
Expand Down

0 comments on commit 08171f4

Please sign in to comment.