Skip to content

Commit

Permalink
COMP: Update setup.py fixing typo CROSS_COMPILING -> CMAKE_CROSSCOMPI…
Browse files Browse the repository at this point in the history
…LING
  • Loading branch information
jcfr committed Apr 26, 2023
1 parent 02e30ad commit 67d6d61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ def auto_build_vtk_compile_tools():
f"-DVTK_MODULE_CMAKE_MODULE_PATH:PATH={vtk_wheel_sdk_cmake_path}",
"-DVTK_MODULE_SUPERBUILD:BOOL=ON",
"-DVTK_MODULE_EXTERNAL_PROJECT_DEPENDENCIES:STRING=U3D",
"-DVTK_MODULE_EXTERNAL_PROJECT_CMAKE_CACHE_ARGS:STRING=CROSS_COMPILING;VTKCompileTools_DIR;VTK_USE_X;VTK_USE_COCOA",
"-DVTK_MODULE_EXTERNAL_PROJECT_CMAKE_CACHE_ARGS:STRING=CMAKE_CROSSCOMPILING;VTKCompileTools_DIR;VTK_USE_X;VTK_USE_COCOA",
f"-DVTK_DIR:PATH={vtk_wheel_sdk_cmake_path}",
"-DCMAKE_INSTALL_LIBDIR:STRING=lib",
f"-DPython3_EXECUTABLE:FILEPATH={python3_executable}",
Expand Down

0 comments on commit 67d6d61

Please sign in to comment.