Skip to content

Commit

Permalink
Remove additional find_package calls.
Browse files Browse the repository at this point in the history
  • Loading branch information
f3nix authored and wwmayer committed Dec 25, 2016
1 parent d74e2d5 commit a2ef2c9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions CMakeLists.txt
Expand Up @@ -367,14 +367,6 @@ if(FREECAD_LIBPACK_USE)
"==================================================\n")
ENDIF(NOT SWIG_FOUND)

# -------------------------------- Shiboken/PySide ------------------------

if(BUILD_QT5)
find_package(PySide2Tools REQUIRED) # PySide2 utilities (pyside2-uic & pyside2-rcc)
else()
find_package(PySideTools REQUIRED) # Pyside utilities (pyside-uic & pyside-rcc)
endif()

# -------------------------------- Salome SMESH --------------------------

if(NOT FREECAD_USE_EXTERNAL_SMESH)
Expand Down

0 comments on commit a2ef2c9

Please sign in to comment.