Skip to content

Commit 87af4df

Browse files
clear new flags from cache
1 parent dbc37b3 commit 87af4df

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -526,3 +526,6 @@ target_link_libraries(serialSecondHalfTest combinedLib)
526526
unset(ENABLE_CUDA CACHE)
527527
unset(PERFORMANCE_METRICS CACHE)
528528
unset(GPROF CACHE)
529+
unset(CMAKE_BUILD_TYPE CACHE)
530+
unset(NVTX_LIBRARY CACHE)
531+
unset(TARGET_ARCH CACHE)

0 commit comments

Comments
 (0)