We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4074f13 commit 1a3bf9bCopy full SHA for 1a3bf9b
src/fiat/CMakeLists.txt
@@ -80,7 +80,6 @@ if (HAVE_DR_HOOK_NVTX)
80
target_compile_definitions( fiat PRIVATE DR_HOOK_HAVE_NVTX=1 )
81
if( CMAKE_VERSION VERSION_LESS 3.25 )
82
target_link_libraries ( fiat PRIVATE ${NVTX_LIBRARIES} )
83
- target_compile_definitions( fiat PRIVATE DR_HOOK_NVTX_LEGACY )
84
endif()
85
86
src/fiat/drhook/extensions/nvtx/dr_hook_nvtx.c
@@ -9,11 +9,7 @@
9
* nor does it submit to any jurisdiction.
10
*/
11
12
-#ifdef DR_HOOK_NVTX_LEGACY
13
#include <nvToolsExt.h>
14
-#else
15
-#include <nvtx3/nvToolsExt.h>
16
-#endif
17
#include <string.h>
18
#include <stdlib.h>
19
0 commit comments