Trivial typos

CmakeLists
.travis.yml
This commit is contained in:
Kunda 2017-02-27 10:28:02 -05:00 committed by Bruce B. Lacey
parent cd1f010fe7
commit a3e01788df
2 changed files with 2 additions and 2 deletions

View File

@ -144,7 +144,7 @@ before_install:
brew install --verbose --only-dependencies freecad --with-packaging-utils #Ensure all dependencies are satisfied
elif [ "${QT}" == "Qt5" ]; then
# >>> Qt5 Build Testing - THIS ASSUMES A PORTS-CACHE IS INSTALLED WIHT QT4<<<
# >>> Qt5 Build Testing - THIS ASSUMES A PORTS-CACHE IS INSTALLED WITH QT4<<<
# Qt5: Replace Qt4 with Qt5
brew uninstall --ignore-dependencies cartr/qt4/shiboken cartr/qt4/pyside cartr/qt4/pyside-tools cartr/qt4/qt FreeCAD/freecad/coin
brew untap cartr/qt4

View File

@ -589,7 +589,7 @@ endif(${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
# Salome SMESH sources are under src/3rdParty now
IF(BUILD_SMESH)
#if we use smesh we definitly also need vtk, no matter of external or internal smesh
#if we use smesh we definitely also need vtk, no matter of external or internal smesh
set (VTK_COMPONENTS
vtkCommonCore
vtkCommonDataModel