Skip to content
Snippets Groups Projects
Commit f6837328 authored by Olivier Stasse's avatar Olivier Stasse
Browse files

Remove include(cmake/python.cmake) and put cstdint

parent 5f0e03c7
No related branches found
No related tags found
No related merge requests found
Pipeline #31757 failed
......@@ -21,7 +21,6 @@ set(DOXYGEN_USE_MATHJAX YES)
# JRL-cmakemodule setup
include(cmake/base.cmake)
include(cmake/boost.cmake)
include(cmake/python.cmake)
# Project definition
compute_project_args(PROJECT_ARGS LANGUAGES CXX)
......
......@@ -8,6 +8,7 @@
#include <boost/python.hpp>
#include <boost/python/stl_iterator.hpp>
#include <cstdint>
#include <iostream>
#include <sstream>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment