Skip to content

Commit 1a3bf9b

Browse files
committed
Fixup
1 parent 4074f13 commit 1a3bf9b

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

src/fiat/CMakeLists.txt

-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ if (HAVE_DR_HOOK_NVTX)
8080
target_compile_definitions( fiat PRIVATE DR_HOOK_HAVE_NVTX=1 )
8181
if( CMAKE_VERSION VERSION_LESS 3.25 )
8282
target_link_libraries ( fiat PRIVATE ${NVTX_LIBRARIES} )
83-
target_compile_definitions( fiat PRIVATE DR_HOOK_NVTX_LEGACY )
8483
endif()
8584
endif()
8685

src/fiat/drhook/extensions/nvtx/dr_hook_nvtx.c

-4
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,7 @@
99
* nor does it submit to any jurisdiction.
1010
*/
1111

12-
#ifdef DR_HOOK_NVTX_LEGACY
1312
#include <nvToolsExt.h>
14-
#else
15-
#include <nvtx3/nvToolsExt.h>
16-
#endif
1713
#include <string.h>
1814
#include <stdlib.h>
1915

0 commit comments

Comments
 (0)