Skip to content

Commit b60ef42

Browse files
author
Sam Rensenhouse
committed
use executable path from cmake for correct python version
1 parent 9c40cf2 commit b60ef42

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

owa-epanet/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cmake_minimum_required(VERSION 3.8)
22

33
project(owa-epanet)
4+
set(Python3_EXECUTABLE ${PYTHON_EXECUTABLE})
45

56
if(SKBUILD)
67
message(STATUS "The project is built using scikit-build")

0 commit comments

Comments
 (0)