Skip to content

Commit

Permalink
Fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdawkins committed Jul 27, 2023
1 parent 0a3fafa commit 99b6534
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,7 @@ if( VIAME_ENABLE_PYTHON )
set( ADJ_INCLUDE_PATH "${ADJ_INCLUDE_PATH};${PYTHON_INCLUDE_DIRS}" )
endif()
if( EXISTS "${PYTHON_LIBRARY_DIRS}" )
set( ADJ_LIBRARY_PATH "${ADJ_INCLUDE_PATH};${PYTHON_LIBRARY_DIRS}" )
set( ADJ_LIBRARY_PATH "${ADJ_LIBRARY_PATH};${PYTHON_LIBRARY_DIRS}" )
endif()
endif()

Expand Down

0 comments on commit 99b6534

Please sign in to comment.