Skip to content

Commit

Permalink
Cherry-pick Windows build fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fpetrini15 committed Sep 7, 2024
1 parent 8baed54 commit fc693f9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -782,8 +782,11 @@ if (NOT WIN32)
endif() # TRITON_ENABLE_GPU
endif() # NOT WIN32

# tritonfrontend python package
add_subdirectory(python)
# DLIS-7292: Extend tritonfrontend to build for Windows
if (NOT WIN32)
# tritonfrontend python package
add_subdirectory(python)
endif (NOT WIN32)

# Currently unit tests do not build for windows...
if ( NOT WIN32)
Expand Down

0 comments on commit fc693f9

Please sign in to comment.