You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake src/projects/hierarchyviewer -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_IBR_HIERARCHYVIEWER=ON -DBUILD_IBR_ULR=OFF -DBUILD_IBR_DATASET_TOOLS=OFF -DBUILD_IBR_GAUSSIANVIEWER=OFF
CMake Error at apps/gaussianHierarchyViewer/CMakeLists.txt:38 (include):
include could not find load file:
install_runtime
CMake Error at apps/gaussianHierarchyViewer/CMakeLists.txt:39 (ibr_install_target):
Unknown CMake command "ibr_install_target".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
cmake_minimum_required(VERSION 3.18)
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/tmp/pycharm_project_613/SIBR_viewers/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered:
cmake src/projects/hierarchyviewer -B build -DCMAKE_BUILD_TYPE=Release -DBUILD_IBR_HIERARCHYVIEWER=ON -DBUILD_IBR_ULR=OFF -DBUILD_IBR_DATASET_TOOLS=OFF -DBUILD_IBR_GAUSSIANVIEWER=OFF
CMake Error at apps/gaussianHierarchyViewer/CMakeLists.txt:38 (include):
include could not find load file:
CMake Error at apps/gaussianHierarchyViewer/CMakeLists.txt:39 (ibr_install_target):
Unknown CMake command "ibr_install_target".
CMake Warning (dev) in CMakeLists.txt:
No cmake_minimum_required command is present. A line of code such as
should be added at the top of the file. The version specified may be lower
if you wish to support older CMake versions for this project. For more
information run "cmake --help-policy CMP0000".
This warning is for project developers. Use -Wno-dev to suppress it.
-- Configuring incomplete, errors occurred!
See also "/tmp/pycharm_project_613/SIBR_viewers/build/CMakeFiles/CMakeOutput.log".
The text was updated successfully, but these errors were encountered: