Skip to content

Commit

Permalink
Fix python package search
Browse files Browse the repository at this point in the history
  • Loading branch information
OliverHaag committed Aug 10, 2019
1 parent a3cee06 commit 962bc8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ cmake_minimum_required(VERSION 2.6.0)
set(TOOLCHAIN_PATH ${CMAKE_FIND_ROOT_PATH}/../..)

find_package(Freetype REQUIRED)
#find_package(Python3 COMPONENTS Interpreter REQUIRED)
set(Python3_EXECUTABLE /usr/bin/python3)
set(Python_ADDITIONAL_VERSIONS 3)
find_package(PythonInterp REQUIRED)

file(GLOB CHIP_SVG_FILES ${CMAKE_SOURCE_DIR}/images/chip_*.svg)
foreach(CHIP_SVG_FILE ${CHIP_SVG_FILES})
Expand Down

0 comments on commit 962bc8e

Please sign in to comment.