Skip to content

Commit

Permalink
Don't build qtssh on unix. (#18453)
Browse files Browse the repository at this point in the history
  • Loading branch information
biagas committed Jan 31, 2023
1 parent 32e0cc3 commit 38c0859
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/tools/third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@
# Remove if test that is handled by the parent dir's CMakeLists.txt
# (VISIT_DBIO_ONLY, VISIT_ENGINE_ONLY, AND VISIT_SERVER_COMPONENTS_ONLY)
#
# Kathleen Biagas, Mon Jan 30, 2023
# No longer build qtssh on unix.
#
#****************************************************************************

add_subdirectory(mpeg2encode)

if(WIN32 OR UNIX)
if(WIN32)
add_subdirectory(qtssh)
endif()

0 comments on commit 38c0859

Please sign in to comment.