Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Static link NVTX on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
KellenSunderland committed Apr 19, 2019
1 parent da2f0c9 commit 72a740e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/Modules/FindNVTX.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ find_path(NVTX_INCLUDE_DIRS
)

find_library(NVTX_LIBRARIES
NAMES nvToolsExt64_1 nvToolsExt32_1 nvToolsExt
NAMES nvToolsExt64_1.lib nvToolsExt64_1 nvToolsExt32_1 nvToolsExt
PATHS $ENV{NVTOOLSEXT_PATH} ${NVTX_ROOT_DIR} ${CUDA_TOOLKIT_ROOT_DIR}
PATH_SUFFIXES lib lib64 lib/Win32 lib/x64
)
Expand Down

0 comments on commit 72a740e

Please sign in to comment.