Skip to content

Commit

Permalink
need quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
brlcad committed Aug 6, 2024
1 parent c5c6821 commit 7bebe2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if (NOT ENABLE_TCL AND NOT DISABLE_TCL)

set(TCL_ENABLE_TK ON CACHE BOOL "enable tk")
set(CMAKE_FIND_FRAMEWORK NEVER)
find_package(TCL $TCL_VERSION)
find_package(TCL "${TCL_VERSION}")

if (NOT TCL_FOUND AND NOT DEFINED ENABLE_TCL)
set(ENABLE_TCL "ON" CACHE BOOL "Enable tcl build")
Expand Down

0 comments on commit 7bebe2a

Please sign in to comment.