Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [0mCMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
- Compatibility with CMake < 3.10 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/Utilities/CMake/FindPythonQt.cmake:8 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /usr/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
- /work/Slicer-build/CTK-build/CTKConfig.cmake:186 (find_dependency)
- /work/Slicer-build/Slicer-build/SlicerConfig.cmake:1030 (find_package)
- CMakeLists.txt:20 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Trying to find DCMTK expecting DCMTKConfig.cmake
- -- Trying to find DCMTK expecting DCMTKConfig.cmake - ok
- -- Trying to find DCMTK expecting DCMTKConfig.cmake
- -- Trying to find DCMTK expecting DCMTKConfig.cmake - ok
- [33mCMake Warning (dev) at /work/Slicer-build/Slicer-build/SlicerConfig.cmake:1030 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- CMakeLists.txt:20 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/Slicer-build/SlicerConfig.cmake:1030 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- CMakeLists.txt:20 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring SlicerOpenIGTLink with Qt 5.15.2 (using modules: Core, Widgets, Network, OpenGL, PrintSupport, UiTools, Xml, XmlPatterns, Svg, Sql, Multimedia, MultimediaWidgets, X11Extras, WebEngine, WebEngineWidgets, WebChannel, Qml, LinguistTools, Test, )
- -- Setting QT_PLUGINS_DIR: /opt/qt/5.15.2/gcc_64/plugins
- -- Setting QT_BINARY_DIR: /opt/qt/5.15.2/gcc_64/bin
- -- Setting QT_LIBRARY_DIR: /opt/qt/5.15.2/gcc_64/lib
- -- Checking EXTENSION_NAME variable
- -- Checking EXTENSION_NAME variable - NOTDEFINED
- -- Checking MODULE_NAME variable
- -- Checking MODULE_NAME variable - NOTDEFINED
- -- Checking PROJECT_NAME variable
- -- Checking PROJECT_NAME variable - SlicerOpenIGTLink
- -- Setting EXTENSION_NAME ......................: SlicerOpenIGTLink
- -- Adding ConfigureAdditionalLauncherSettings target
- -- Adding ConfigureAdditionalLauncherSettings target - no (because configuring top-level project)
- -- Setting EXTENSION_SOURCE_DIR ................: /work/SlicerOpenIGTLink
- -- Setting EXTENSION_SUPERBUILD_BINARY_DIR .....: /work/SlicerOpenIGTLink-build
- -- Setting EXTENSION_BUILD_SUBDIRECTORY ........: inner-build
- -- Setting EXTENSION_DEPENDS ...................: NA
- -- Setting EXTENSION_BUILD_SUBDIRECTORY ........: inner-build
- -- Setting EXTENSION_HOMEPAGE ..................: https://github.com/openigtlink/SlicerOpenIGTLink
- -- Setting EXTENSION_CONTRIBUTORS ..............: Junichi Tokuda (SPL), Longquan Chen (SPL)
- -- Setting EXTENSION_CATEGORY ..................: IGT
- -- Setting EXTENSION_ICONURL ...................: https://raw.githubusercontent.com/openigtlink/SlicerOpenIGTLink/master/Op [...]
- -- Setting EXTENSION_DESCRIPTION ...............: This extension adds OpenIGTLink communication interface to 3D Slicer to e [...]
- -- Setting EXTENSION_SCREENSHOTURLS ............: https://raw.githubusercontent.com/openigtlink/SlicerOpenIGTLink/master/Sc [...]
- -- Setting EXTENSION_ENABLED ...................: 1
- -- Setting EXTENSION_STATUS ....................: NOT DEFINED
- -- Setting default for EXTENSION_STATUS ........:
- -- SuperBuild - First pass
- -- SuperBuild - First pass - done
- -- SuperBuild - inner => Requires OpenIGTLinkIO,
- -- SuperBuild - OpenIGTLinkIO => Requires OpenIGTLink,
- -- SuperBuild - OpenIGTLink[OK]
- -- SuperBuild - OpenIGTLink_DIR:/work/SlicerOpenIGTLink-build/OpenIGTLink-build
- -- SuperBuild - OpenIGTLinkIO[OK]
- -- SuperBuild - OpenIGTLinkIO_DIR:/work/SlicerOpenIGTLink-build/OpenIGTLinkIO-build
- -- SuperBuild - inner[OK]
- -- Configuring done (0.7s)
- -- Generating done (0.0s)
- -- Build files have been written to: /work/SlicerOpenIGTLink-build
- [0/18] Generate version-OpenIGTLink.txt and license-OpenIGTLink.txt[K
- [0/18] Performing update step for 'OpenIGTLink'[K
- -- Fetching latest from the remote origin
- [1/18] Generate version-OpenIGTLink.txt and license-OpenIGTLink.txt[K
- [2/18] No patch step for 'OpenIGTLink'[K
- [3/18] No patch step for 'OpenIGTLink'[K
- [3/18] Performing configure step for 'OpenIGTLink'[K
- loading initial cache file /work/SlicerOpenIGTLink-build/OpenIGTLink-prefix/tmp/OpenIGTLink-cache-Release.cmake
- [33mCMake Warning (dev) at CMakeLists.txt:1 (PROJECT):
- cmake_minimum_required() should be called prior to this top-level project()
- call. Please see the cmake-commands(7) manual for usage documentation of
- both commands.
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [0mCMake Deprecation Warning at CMakeLists.txt:3 (CMAKE_MINIMUM_REQUIRED):
- Compatibility with CMake < 3.10 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
- [0m
- -- Configuring done (0.0s)
- -- Generating done (0.0s)
- -- Build files have been written to: /work/SlicerOpenIGTLink-build/OpenIGTLink-build
- [4/18] Performing build step for 'OpenIGTLink'[K
- ninja: no work to do.
- [5/18] No install step for 'OpenIGTLink'[K
- [6/18] Completed 'OpenIGTLink'[K
- [7/18] Completed 'OpenIGTLink'[K
- [7/18] Generate version-OpenIGTLinkIO.txt and license-OpenIGTLinkIO.txt[K
- [7/18] Performing update step for 'OpenIGTLinkIO'[K
- -- Fetching latest from the remote origin
- [8/18] Generate version-OpenIGTLinkIO.txt and license-OpenIGTLinkIO.txt[K
- [9/18] No patch step for 'OpenIGTLinkIO'[K
- [10/18] No patch step for 'OpenIGTLinkIO'[K
- [10/18] Performing configure step for 'OpenIGTLinkIO'[K
- loading initial cache file /work/SlicerOpenIGTLink-build/OpenIGTLinkIO-prefix/tmp/OpenIGTLinkIO-cache-Release.cmake
- -- Configuring done (0.6s)
- -- Generating done (0.0s)
- -- Build files have been written to: /work/SlicerOpenIGTLink-build/OpenIGTLinkIO-build
- [11/18] Performing build step for 'OpenIGTLinkIO'[K
- ninja: no work to do.
- [12/18] No install step for 'OpenIGTLinkIO'[K
- [13/18] Completed 'OpenIGTLinkIO'[K
- [14/18] Completed 'OpenIGTLinkIO'[K
- [14/18] Performing configure step for 'inner'[K
- loading initial cache file /work/SlicerOpenIGTLink-build/inner-prefix/tmp/inner-cache-Release.cmake
- [0mCMake Deprecation Warning at CMakeLists.txt:1 (cmake_minimum_required):
- Compatibility with CMake < 3.10 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/Utilities/CMake/FindPythonQt.cmake:8 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /usr/share/cmake-3.31/Modules/CMakeFindDependencyMacro.cmake:76 (find_package)
- /work/Slicer-build/CTK-build/CTKConfig.cmake:186 (find_dependency)
- /work/Slicer-build/Slicer-build/SlicerConfig.cmake:1030 (find_package)
- CMakeLists.txt:20 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Trying to find DCMTK expecting DCMTKConfig.cmake
- -- Trying to find DCMTK expecting DCMTKConfig.cmake - ok
- -- Trying to find DCMTK expecting DCMTKConfig.cmake
- -- Trying to find DCMTK expecting DCMTKConfig.cmake - ok
- [33mCMake Warning (dev) at /work/Slicer-build/Slicer-build/SlicerConfig.cmake:1030 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- CMakeLists.txt:20 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/Slicer-build/SlicerConfig.cmake:1030 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- CMakeLists.txt:20 (find_package)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring SlicerOpenIGTLink with Qt 5.15.2 (using modules: Core, Widgets, Network, OpenGL, PrintSupport, UiTools, Xml, XmlPatterns, Svg, Sql, Multimedia, MultimediaWidgets, X11Extras, WebEngine, WebEngineWidgets, WebChannel, Qml, LinguistTools, Test, )
- -- Setting QT_PLUGINS_DIR: /opt/qt/5.15.2/gcc_64/plugins
- -- Setting QT_BINARY_DIR: /opt/qt/5.15.2/gcc_64/bin
- -- Setting QT_LIBRARY_DIR: /opt/qt/5.15.2/gcc_64/lib
- -- Checking EXTENSION_NAME variable
- -- Checking EXTENSION_NAME variable - NOTDEFINED
- -- Checking MODULE_NAME variable
- -- Checking MODULE_NAME variable - NOTDEFINED
- -- Checking PROJECT_NAME variable
- -- Checking PROJECT_NAME variable - SlicerOpenIGTLink
- -- Setting EXTENSION_NAME ......................: SlicerOpenIGTLink
- -- Adding ConfigureAdditionalLauncherSettings target
- -- Adding ConfigureAdditionalLauncherSettings target - yes (because configuring inner-build)
- -- Setting EXTENSION_SOURCE_DIR ................: /work/SlicerOpenIGTLink
- -- Setting EXTENSION_SUPERBUILD_BINARY_DIR .....: /work/SlicerOpenIGTLink-build
- -- Setting EXTENSION_BUILD_SUBDIRECTORY ........: inner-build
- -- Setting EXTENSION_DEPENDS ...................: NA
- -- Setting EXTENSION_BUILD_SUBDIRECTORY ........: inner-build
- -- Setting EXTENSION_HOMEPAGE ..................: https://github.com/openigtlink/SlicerOpenIGTLink
- -- Setting EXTENSION_CONTRIBUTORS ..............: Junichi Tokuda (SPL), Longquan Chen (SPL)
- -- Setting EXTENSION_CATEGORY ..................: IGT
- -- Setting EXTENSION_ICONURL ...................: https://raw.githubusercontent.com/openigtlink/SlicerOpenIGTLink/master/Op [...]
- -- Setting EXTENSION_DESCRIPTION ...............: This extension adds OpenIGTLink communication interface to 3D Slicer to e [...]
- -- Setting EXTENSION_SCREENSHOTURLS ............: https://raw.githubusercontent.com/openigtlink/SlicerOpenIGTLink/master/Sc [...]
- -- Setting EXTENSION_ENABLED ...................: 1
- -- Setting EXTENSION_STATUS ....................: NOT DEFINED
- -- Setting default for EXTENSION_STATUS ........:
- [0mCMake Deprecation Warning at OpenIGTLinkIF/CMakeLists.txt:1 (cmake_minimum_required):
- Compatibility with CMake < 3.10 will be removed from a future version of
- CMake.
- Update the VERSION argument <min> value. Or, use the <min>...<max> syntax
- to tell CMake that the project requires at least <min> but has been updated
- to work with policies introduced by <max> or earlier.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkIF/MRML/CMakeLists.txt:49 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkIF/MRML/CMakeLists.txt:49 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkIF/MRML/CMakeLists.txt:49 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkWrapPython.cmake:192 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:165 (include)
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/MRML/CMakeLists.txt:49 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/MRML/CMakeLists.txt:49 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/MRML/CMakeLists.txt:49 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/MRML/CMakeLists.txt:49 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkIF/Logic/CMakeLists.txt:27 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkIF/Logic/CMakeLists.txt:27 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkIF/Logic/CMakeLists.txt:27 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkWrapPython.cmake:192 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:165 (include)
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/Logic/CMakeLists.txt:27 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/Logic/CMakeLists.txt:27 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/Logic/CMakeLists.txt:27 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkIF/Logic/CMakeLists.txt:27 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkIF/Widgets/CMakeLists.txt:58 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkIF/Widgets/CMakeLists.txt:58 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkIF/Widgets/CMakeLists.txt:58 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Looking for decorator header qSlicerOpenIGTLinkIFModuleWidgetsPythonQtDecorators.h
- -- Looking for decorator header qSlicerOpenIGTLinkIFModuleWidgetsPythonQtDecorators.h - Not found
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkIF/Widgets/CMakeLists.txt:58 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkIF/Widgets/CMakeLists.txt:58 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkIF/Widgets/CMakeLists.txt:58 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring Loadable module: OpenIGTLinkIF [qSlicerOpenIGTLinkIFModuleExport.h]
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- OpenIGTLinkIF/CMakeLists.txt:67 (slicerMacroBuildLoadableModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- OpenIGTLinkIF/CMakeLists.txt:67 (slicerMacroBuildLoadableModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- OpenIGTLinkIF/CMakeLists.txt:67 (slicerMacroBuildLoadableModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkRemote/MRML/CMakeLists.txt:29 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkRemote/MRML/CMakeLists.txt:29 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkRemote/MRML/CMakeLists.txt:29 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkWrapPython.cmake:192 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:165 (include)
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/MRML/CMakeLists.txt:29 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/MRML/CMakeLists.txt:29 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/MRML/CMakeLists.txt:29 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/MRML/CMakeLists.txt:29 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkRemote/Logic/CMakeLists.txt:21 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkRemote/Logic/CMakeLists.txt:21 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- OpenIGTLinkRemote/Logic/CMakeLists.txt:21 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkWrapPython.cmake:192 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:165 (include)
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/Logic/CMakeLists.txt:21 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/Logic/CMakeLists.txt:21 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/Logic/CMakeLists.txt:21 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- OpenIGTLinkRemote/Logic/CMakeLists.txt:21 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkRemote/Widgets/CMakeLists.txt:41 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkRemote/Widgets/CMakeLists.txt:41 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkRemote/Widgets/CMakeLists.txt:41 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Looking for decorator header qSlicerOpenIGTLinkRemoteModuleWidgetsPythonQtDecorators.h
- -- Looking for decorator header qSlicerOpenIGTLinkRemoteModuleWidgetsPythonQtDecorators.h - Not found
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkRemote/Widgets/CMakeLists.txt:41 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkRemote/Widgets/CMakeLists.txt:41 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- OpenIGTLinkRemote/Widgets/CMakeLists.txt:41 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring Loadable module: OpenIGTLinkRemote [qSlicerOpenIGTLinkRemoteModuleExport.h]
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:347 (slicerMacroBuildLoadableModule)
- OpenIGTLinkRemote/CMakeLists.txt:45 (slicerMacroBuildQtModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:347 (slicerMacroBuildLoadableModule)
- OpenIGTLinkRemote/CMakeLists.txt:45 (slicerMacroBuildQtModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:347 (slicerMacroBuildLoadableModule)
- OpenIGTLinkRemote/CMakeLists.txt:45 (slicerMacroBuildQtModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- PlusRemote/MRML/CMakeLists.txt:28 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- PlusRemote/MRML/CMakeLists.txt:28 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:65 (SlicerMacroBuildModuleVTKLibrary)
- PlusRemote/MRML/CMakeLists.txt:28 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkWrapPython.cmake:192 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:165 (include)
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/MRML/CMakeLists.txt:28 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/MRML/CMakeLists.txt:28 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/MRML/CMakeLists.txt:28 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleMRML.cmake:94 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/MRML/CMakeLists.txt:28 (SlicerMacroBuildModuleMRML)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- PlusRemote/Logic/CMakeLists.txt:29 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- PlusRemote/Logic/CMakeLists.txt:29 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleVTKLibrary.cmake:148 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:91 (SlicerMacroBuildModuleVTKLibrary)
- PlusRemote/Logic/CMakeLists.txt:29 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkWrapPython.cmake:192 (find_package):
- Policy CMP0148 is not set: The FindPythonInterp and FindPythonLibs modules
- are removed. Run "cmake --help-policy CMP0148" for policy details. Use
- the cmake_policy command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:165 (include)
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/Logic/CMakeLists.txt:29 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/Logic/CMakeLists.txt:29 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/Logic/CMakeLists.txt:29 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/vtkAddon/CMake/vtkMacroKitPythonWrap.cmake:373 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroPythonWrapModuleVTKLibrary.cmake:73 (vtkMacroKitPythonWrap)
- /work/Slicer/CMake/SlicerMacroBuildModuleLogic.cmake:120 (SlicerMacroPythonWrapModuleVTKLibrary)
- PlusRemote/Logic/CMakeLists.txt:29 (SlicerMacroBuildModuleLogic)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- PlusRemote/Widgets/CMakeLists.txt:40 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- PlusRemote/Widgets/CMakeLists.txt:40 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- PlusRemote/Widgets/CMakeLists.txt:40 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Looking for decorator header qSlicerPlusRemoteModuleWidgetsPythonQtDecorators.h
- -- Looking for decorator header qSlicerPlusRemoteModuleWidgetsPythonQtDecorators.h - Not found
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- PlusRemote/Widgets/CMakeLists.txt:40 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- PlusRemote/Widgets/CMakeLists.txt:40 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- PlusRemote/Widgets/CMakeLists.txt:40 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:158 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:195 (ctkMacroBuildQtPlugin)
- PlusRemote/Widgets/DesignerPlugins/CMakeLists.txt:31 (ctkMacroBuildQtDesignerPlugin)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:158 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:195 (ctkMacroBuildQtPlugin)
- PlusRemote/Widgets/DesignerPlugins/CMakeLists.txt:31 (ctkMacroBuildQtDesignerPlugin)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:158 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer-build/CTK/CMake/ctkMacroBuildQtPlugin.cmake:195 (ctkMacroBuildQtPlugin)
- PlusRemote/Widgets/DesignerPlugins/CMakeLists.txt:31 (ctkMacroBuildQtDesignerPlugin)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring Loadable module: PlusRemote [qSlicerPlusRemoteModuleExport.h]
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:347 (slicerMacroBuildLoadableModule)
- PlusRemote/CMakeLists.txt:61 (slicerMacroBuildQtModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:347 (slicerMacroBuildLoadableModule)
- PlusRemote/CMakeLists.txt:61 (slicerMacroBuildQtModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:235 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildLoadableModule.cmake:347 (slicerMacroBuildLoadableModule)
- PlusRemote/CMakeLists.txt:61 (slicerMacroBuildQtModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- UltrasoundRemoteControl/Widgets/CMakeLists.txt:39 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- UltrasoundRemoteControl/Widgets/CMakeLists.txt:39 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:188 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- UltrasoundRemoteControl/Widgets/CMakeLists.txt:39 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Looking for decorator header qSlicerUltrasoundRemoteControlModuleWidgetsPythonQtDecorators.h
- -- Looking for decorator header qSlicerUltrasoundRemoteControlModuleWidgetsPythonQtDecorators.h - Not found
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- UltrasoundRemoteControl/Widgets/CMakeLists.txt:39 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- UltrasoundRemoteControl/Widgets/CMakeLists.txt:39 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroBuildLibWrapper.cmake:164 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildModuleQtLibrary.cmake:230 (ctkMacroBuildLibWrapper)
- /work/Slicer/CMake/SlicerMacroBuildModuleWidgets.cmake:107 (SlicerMacroBuildModuleQtLibrary)
- UltrasoundRemoteControl/Widgets/CMakeLists.txt:39 (SlicerMacroBuildModuleWidgets)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring Scripted module: UltrasoundRemoteControl
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroCompilePythonScript.cmake:96 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildScriptedModule.cmake:100 (ctkMacroCompilePythonScript)
- UltrasoundRemoteControl/CMakeLists.txt:17 (slicerMacroBuildScriptedModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring Scripted module: GenericSerialDeviceRemoteControl
- [33mCMake Warning (dev) at /work/Slicer-build/CTK/CMake/ctkMacroCompilePythonScript.cmake:96 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- /work/Slicer/CMake/SlicerMacroBuildScriptedModule.cmake:100 (ctkMacroCompilePythonScript)
- GenericSerialDeviceRemoteControl/CMakeLists.txt:16 (slicerMacroBuildScriptedModule)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Configuring SlicerOpenIGTLink revision []
- -- Extension description has been written to: /work/SlicerOpenIGTLink-build/inner-build/SlicerOpenIGTLink.s4ext
- [33mCMake Warning (dev) at /work/Slicer/CMake/SlicerExtensionCPack.cmake:116 (install):
- Policy CMP0177 is not set: install() DESTINATION paths are normalized. Run
- "cmake --help-policy CMP0177" for policy details. Use the cmake_policy
- command to set the policy and suppress this warning.
- Call Stack (most recent call first):
- CMakeLists.txt:65 (include)
- This warning is for project developers. Use -Wno-dev to suppress it.
- [0m
- -- Checking if extension type is SuperBuild
- -- Checking if extension type is SuperBuild - true
- -- Setting 'CTEST_MODEL' variable with default value 'Experimental'
- -- Setting 'SLICER_EXTENSION_MANAGER_CLIENT_EXECUTABLE' variable with default value 'SLICER_EXTENSION_MANAGER_CLIENT_EXECUTABLE-NOTDEFINED'
- -- Setting 'SLICER_EXTENSION_MANAGER_URL' variable with default value 'SLICER_EXTENSION_MANAGER_URL-NOTDEFINED'
- -- Setting 'SLICER_EXTENSION_MANAGER_API_KEY' variable with default value 'OBFUSCATED'
- -- Configuring done (1.2s)
- -- Generating done (0.7s)
- -- Build files have been written to: /work/SlicerOpenIGTLink-build/inner-build
- [15/18] Performing build step for 'inner'[K
- [0/5] Configuring: AdditionalLauncherSettings.ini[K
- [0/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerOpenIGTLinkIFModuleWidgetsPythonQt.so[K
- [0/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerOpenIGTLinkRemoteModuleWidgetsPythonQt.so[K
- [0/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerPlusRemoteModuleWidgetsPythonQt.so[K
- [0/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerUltrasoundRemoteControlModuleWidgetsPythonQt.so[K
- [1/5] Configuring: AdditionalLauncherSettings.ini[K
- [2/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerUltrasoundRemoteControlModuleWidgetsPythonQt.so[K
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 3 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 4 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 5 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 6 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 7 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 8 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 9 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 10 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 11 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 12 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 13 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 14 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 15 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 16 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 17 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 18 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 19 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 20 (>= sh_info of 3)
- [3/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerOpenIGTLinkIFModuleWidgetsPythonQt.so[K
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 3 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 4 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 5 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 6 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 7 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 8 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 9 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 10 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 11 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 12 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 13 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 14 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 15 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 16 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 17 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 18 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 19 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 20 (>= sh_info of 3)
- [4/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerPlusRemoteModuleWidgetsPythonQt.so[K
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 3 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 4 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 5 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 6 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 7 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 8 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 9 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 10 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 11 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 12 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 13 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 14 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 15 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 16 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 17 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 18 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 19 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 20 (>= sh_info of 3)
- [5/5] Linking CXX shared module lib/Slicer-5.9/qt-loadable-modules/qSlicerOpenIGTLinkRemoteModuleWidgetsPythonQt.so[K
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 3 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 4 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 5 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 6 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 7 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 8 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 9 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 10 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 11 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 12 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 13 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 14 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 15 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 16 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 17 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 18 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 19 (>= sh_info of 3)
- /opt/rh/gcc-toolset-14/root/usr/libexec/gcc/x86_64-redhat-linux/14/ld: /opt/qt/5.15.2/gcc_64/lib/libQt5WebEngineCore.so.5.15.2: .dynsym local symbol at index 20 (>= sh_info of 3)
- [16/18] No install step for 'inner'[K
- [17/18] Completed 'inner'[K
- [18/18] Completed 'inner'[K
- ninja: error: unknown target 'package'
Advertisement
Add Comment
Please, Sign In to add comment