Skip to content

Commit

Permalink
Removed dash from SVTK_PYTHON_DIR
Browse files Browse the repository at this point in the history
  • Loading branch information
burlen committed Jan 10, 2023
1 parent b7a2cdb commit 1c48b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pysvtk/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ if (ENABLE_PYTHON)
#set_property(SOURCE svtk.i PROPERTY COMPILE_OPTIONS -Wextra)

set(SVTK_PYTHON_DIR
"${CMAKE_INSTALL_LIBDIR}/python-${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/svtk/"
"${CMAKE_INSTALL_LIBDIR}/python${PYTHON_VERSION_MAJOR}.${PYTHON_VERSION_MINOR}/site-packages/svtk/"
CACHE STRING "Where SVTK Python bindings are compiled and installed")

message(STATUS "SVTK Python modules will be installed at \"${SVTK_PYTHON_DIR}\"")
Expand Down

0 comments on commit 1c48b3b

Please sign in to comment.