Skip to content

Commit

Permalink
CIBW.....
Browse files Browse the repository at this point in the history
  • Loading branch information
vegardjervell committed Jun 27, 2024
1 parent c93ac6a commit 336ce5b
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 @@ -23,4 +23,4 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/cpp/external/pybind11")
pybind11_add_module(${TARGET} ${SOURCES} "${CMAKE_CURRENT_SOURCE_DIR}/cpp/Integration/Integration.cpp")

# The install directory is the output (wheel) directory
install(TARGETS ${TARGET} DESTINATION ${CMAKE_SOURCE_DIR}/pykingas)
install(TARGETS ${TARGET} DESTINATION ${CMAKE_CURRENT_SOURCE_DIR}/pykingas)

0 comments on commit 336ce5b

Please sign in to comment.