Skip to content

Commit 03f4bef

Browse files
[python] fix the incorrect python path variable name (#347)
Fix an incorrect Python path variable name in `tools/CMakeLists.txt`, renaming `COMMISSIONERD_PATH` to `COMMISSIONERD_PY_PATH` to match with which in `commissioner_thci/commissionerd.service.in`.
1 parent d85ec89 commit 03f4bef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ set(Python3_FIND_VIRTUALENV FIRST) # Prioritize virtual environment over system-
3030
find_package(Python3 3.6 REQUIRED COMPONENTS Interpreter)
3131

3232
set(PYTHON_BIN "${Python3_EXECUTABLE}")
33-
set(COMMISSIONERD_PATH "${CMAKE_INSTALL_PREFIX}/bin/commissionerd.py")
33+
set(COMMISSIONERD_PY_PATH "${CMAKE_INSTALL_PREFIX}/bin/commissionerd.py")
3434
set(COMMISSIONER_CLI_PATH "${CMAKE_INSTALL_PREFIX}/bin/commissioner-cli")
3535

3636
configure_file(commissioner_thci/commissionerd.service.in commissionerd.service @ONLY)

0 commit comments

Comments
 (0)