Skip to content

Commit

Permalink
Revert "Consistent python options (#861)"
Browse files Browse the repository at this point in the history
This reverts commit 0ee6a15.
  • Loading branch information
havogt authored Mar 26, 2020
1 parent 0ee6a15 commit 5a960c6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions dawn/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -114,12 +114,6 @@ set(CMAKE_POSITION_INDEPENDENT_CODE ON)

find_package(Python3 COMPONENTS Interpreter)

# Set PYTHON_EXECUTABLE to the Python3_EXECUTABLE if not manually specified,
# otherwise pybind11 may find the wrong python library.
if (NOT PYTHON_EXECUTABLE)
set(PYTHON_EXECUTABLE ${Python3_EXECUTABLE})
endif()

# Add cxx standard, include directories, and properties
function(target_add_dawn_standard_props target)
target_include_directories(${target}
Expand Down

0 comments on commit 5a960c6

Please sign in to comment.