Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Another attempt
  • Loading branch information
nyalldawson committed Feb 25, 2021
1 parent 73658c5 commit 6ab4ecf
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
4 changes: 0 additions & 4 deletions python/core/auto_generated/geometry/qgslinestring.sip.in
Expand Up @@ -13,10 +13,6 @@



%ModuleHeaderCode
#include <memory>
%End

class QgsLineString: QgsCurve
{
%Docstring
Expand Down
2 changes: 1 addition & 1 deletion src/core/CMakeLists.txt
Expand Up @@ -1728,7 +1728,7 @@ set(IMAGE_RCCS ../../images/images.qrc)
add_library(qgis_core ${LIBRARY_TYPE} ${QGIS_CORE_SRCS} ${QGIS_CORE_HDRS} ${QGIS_CORE_PRIVATE_HDRS} ${IMAGE_RCCS})

# require c++17
target_compile_features(qgis_core PRIVATE cxx_std_17)
target_compile_features(qgis_core PUBLIC cxx_std_17)

target_include_directories(qgis_core SYSTEM PUBLIC
${QT_INCLUDE_DIR}
Expand Down
6 changes: 0 additions & 6 deletions src/core/geometry/qgslinestring.h
Expand Up @@ -34,12 +34,6 @@ class QgsLineSegment2D;
* See details in QEP #17
****************************************************************************/

#ifdef SIP_RUN
% ModuleHeaderCode
#include <memory>
% End
#endif

/**
* \ingroup core
* \class QgsLineString
Expand Down

0 comments on commit 6ab4ecf

Please sign in to comment.