Skip to content

Commit

Permalink
Merge branch 'main' into RELEASE
Browse files Browse the repository at this point in the history
  • Loading branch information
starseeker committed Sep 20, 2024
2 parents d7ddb27 + 5df71de commit ba294f7
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions tk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ if (USE_BRLCAD)
# Decide if we're using Tk
cad_enable(TK "archer;mged;bwish;rtwizard;brlman")

if (DISABLE_TK)
if (NOT TK_LIBRARY OR TARGET TCL_BLD)
set(TK_DO_BUILD 1)
endif (NOT TK_LIBRARY OR TARGET TCL_BLD)
if (DISABLE_TCL OR DISABLE_TK)
set(TK_DO_BUILD 0)
endif (DISABLE_TK)
endif (DISABLE_TCL OR DISABLE_TK)

else (USE_BRLCAD)

Expand Down

0 comments on commit ba294f7

Please sign in to comment.