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
I meet a cmake error when building nvtx3 on Jetson Orin, which is
CMake Error at imports/NVTX/nvtxImportedTargets.cmake:54 (set_target_properties):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "VERSION" is not allowed.
Call Stack (most recent call first):
imports/NVTX/CMakeLists.txt:33 (include)
CMake Error at imports/NVTX/nvtxImportedTargets.cmake:64 (set_target_properties):
INTERFACE_LIBRARY targets may only have whitelisted properties. The
property "VERSION" is not allowed.
Call Stack (most recent call first):
imports/NVTX/CMakeLists.txt:33 (include)
The version of cmake is 3.16.3
By the way, I have sucessfully built nvtx3 on my laptop and the verison of cmake is 3.16.3
The text was updated successfully, but these errors were encountered:
Hi!
I meet a cmake error when building nvtx3 on Jetson Orin, which is
The version of cmake is 3.16.3
By the way, I have sucessfully built nvtx3 on my laptop and the verison of cmake is 3.16.3
The text was updated successfully, but these errors were encountered: