Skip to content

Commit

Permalink
python: Don't generate config.hpp for Python bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisv committed Nov 9, 2024
1 parent 9eb982b commit 65730a6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions bindings/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,6 @@ make_directory("${${PROJECT_NAME}_BINARY_DIR}/bindings/python/${PROJECT_NAME}")
set(${PYWRAP}_SOURCES ${${PROJECT_NAME}_BINDINGS_PYTHON_SOURCES})
set(${PYWRAP}_HEADERS ${${PROJECT_NAME}_BINDINGS_PYTHON_PUBLIC_HEADERS})

# --- Config file
generate_configuration_header_v2(
INCLUDE_DIR
${PROJECT_BINARY_DIR}/include
HEADER_DIR
pinocchio/bindings/python
FILENAME
config.hpp
LIBRARY_NAME
"PINOCCHIO_PYWRAP"
EXPORT_SYMBOL
"PINOCCHIO_PYWRAP_EXPORTS")

function(PINOCCHIO_PYTHON_BINDINGS_SPECIFIC_TYPE scalar_name)
set(scalar_name "${scalar_name}")
set(PYTHON_LIB_NAME "${PYWRAP}_${scalar_name}")
Expand Down

0 comments on commit 65730a6

Please sign in to comment.