Skip to content

Commit

Permalink
[CMake] Add missing backwards-compatibility var
Browse files Browse the repository at this point in the history
  • Loading branch information
chennes authored and wwmayer committed Mar 8, 2021
1 parent b14394c commit e2782d0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cMake/FreeCAD_Helpers/SetupPython.cmake
Expand Up @@ -142,6 +142,7 @@ macro(SetupPython)
find_package(Python3 COMPONENTS Interpreter Development REQUIRED)

# For backwards compatibility with old CMake scripts
set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE})
set(PYTHON_LIBRARIES ${Python3_LIBRARIES})
set(PYTHON_INCLUDE_DIRS ${Python3_INCLUDE_DIRS})
set(PYTHON_LIBRARY_DIRS ${Python3_LIBRARY_DIRS})
Expand Down

0 comments on commit e2782d0

Please sign in to comment.