Skip to content

Commit

Permalink
CMake: fix submodule use in bindings
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Jan 10, 2024
1 parent 51f101c commit 6981036
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@
# ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
# POSSIBILITY OF SUCH DAMAGE.

include(${PROJECT_SOURCE_DIR}/cmake/python-helpers.cmake)
include(${PROJECT_SOURCE_DIR}/cmake/stubs.cmake)
include(${JRL_CMAKE_MODULES}/python-helpers.cmake)
include(${JRL_CMAKE_MODULES}/stubs.cmake)

ADD_CUSTOM_TARGET(python)
SET_TARGET_PROPERTIES(python PROPERTIES EXCLUDE_FROM_DEFAULT_BUILD True)
Expand Down

0 comments on commit 6981036

Please sign in to comment.