Skip to content

Commit

Permalink
Merge pull request #198 from Gepetto/cmake
Browse files Browse the repository at this point in the history
CMake: fix jrl-cmake-module use
  • Loading branch information
nim65s authored Apr 11, 2024
2 parents 97875bc + 8a02c11 commit cf46c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ foreach(IDL ${IDL_SOURCES})
-Wbpackage=gepetto.corbaserver)
if(PYTHON_VERSION_MAJOR EQUAL 3)
set(_IDL_PYTHON_ARGUMENTS
-p${CMAKE_SOURCE_DIR}/cmake/hpp/idl -bomniidl_be_python_with_docstring
-p${JRL_CMAKE_MODULES}/hpp/idl -bomniidl_be_python_with_docstring
${_IDL_PYTHON_ARGUMENTS})
endif(PYTHON_VERSION_MAJOR EQUAL 3)
generate_idl_python(
Expand Down

0 comments on commit cf46c34

Please sign in to comment.