Skip to content

Commit

Permalink
Update condition (#6285)
Browse files Browse the repository at this point in the history
  • Loading branch information
mc-nv committed Sep 29, 2023
1 parent a6a80b5 commit 850a301
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -774,7 +774,7 @@ endif() # NOT WIN32

# Currently unit tests do not build for windows...
if ( NOT WIN32)
if ( NOT EXISTS "/usr/lib/aarch64-linux-gnu/tegra/" )
if ( NOT EXISTS "/etc/ld.so.conf.d/nvidia-tegra.conf" )
add_subdirectory(test test)
endif()
endif() # NOT WIN32

0 comments on commit 850a301

Please sign in to comment.