Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error when doing cmake #35

Open
minho8849 opened this issue May 16, 2022 · 2 comments
Open

error when doing cmake #35

minho8849 opened this issue May 16, 2022 · 2 comments

Comments

@minho8849
Copy link

Hi, there is an error occurred when I do cmake
Error is as shown below.

============================================================================================
Building tests

-- BUILD SUMMARY
-- CMAKE_GENERATOR : Unix Makefiles
-- Compiler ID : GNU
-- Build type : Release
-- Build shared libs : ON
-- Use double for kernel: OFF
-- Build tests : ON

-- Configuring done
CMake Error: The following variables are used in this project, but they are set to NOTFOUND.
Please set them or make sure they are set and tested correctly in the CMake files:
NVINFER
linked by target "pointpillars" in directory /home/civeh/workspace/PointPillars_MultiHead_40FPS/pointpillars
linked by target "test_model" in directory /home/civeh/workspace/PointPillars_MultiHead_40FPS/test
NVONNXPARSERS
linked by target "pointpillars" in directory /home/civeh/workspace/PointPillars_MultiHead_40FPS/pointpillars
linked by target "test_model" in directory /home/civeh/workspace/PointPillars_MultiHead_40FPS/test

-- Generating done
CMake Generate step failed. Build files cannot be regenerated correctly.

Please help

@hhd-shuai
Copy link

Same error!!

@iceriver97
Copy link

set(CMAKE_PREFIX_PATH "/home/li/support/TensorRT-7.2.3.4/lib")
include_directories("/home/li/support/TensorRT-7.2.3.4/include")

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants