Skip to content

Commit

Permalink
Try this.
Browse files Browse the repository at this point in the history
  • Loading branch information
jhale committed Apr 29, 2024
1 parent 53b2c06 commit 696e025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ if(TARGET basix)
add_library(Basix::basix ALIAS basix)
else()
find_package(Basix REQUIRED)
set_target_properties(Basix PROPERTIES IMPORTED_LOCATION "${Basix_DIR}/bin/basix.dll")
set_target_properties(Basix::basix PROPERTIES IMPORTED_LOCATION "${Basix_DIR}/bin/basix.dll")
endif()

find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
Expand Down

0 comments on commit 696e025

Please sign in to comment.