Skip to content

Commit a5b4d9f

Browse files
committed
cmake BUGFIX perf not supported on win
1 parent 6d8ac3d commit a5b4d9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ add_subdirectory(utests)
4646
if(NOT WIN32)
4747
add_subdirectory(style)
4848
add_subdirectory(fuzz)
49+
add_subdirectory(perf)
4950
endif()
5051
add_subdirectory(yanglint)
5152
add_subdirectory(yangre)
52-
add_subdirectory(perf)
5353

5454
set(format_sources ${format_sources} PARENT_SCOPE)

0 commit comments

Comments
 (0)