Skip to content

Commit

Permalink
Merge pull request #24 from open-space-collective/dev@lucas
Browse files Browse the repository at this point in the history
Dev@lucas
  • Loading branch information
lucas-bremond committed Mar 2, 2019
2 parents 136321d + b12e0b5 commit dea65aa
Show file tree
Hide file tree
Showing 27 changed files with 335 additions and 163 deletions.
9 changes: 2 additions & 7 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ OPTION (BUILD_UNIT_TESTS "Build tests" ON)
OPTION (BUILD_PYTHON_BINDINGS "Build Python bindings." ON)
OPTION (BUILD_CODE_COVERAGE "Build code coverage" OFF)
OPTION (BUILD_DOCUMENTATION "Build documentation" OFF)
OPTION (INSTALL_DATA "Install data" ON)

################################################################################################################################################################

Expand Down Expand Up @@ -454,13 +453,9 @@ ADD_CUSTOM_TARGET ("uninstall" COMMAND ${CMAKE_COMMAND} -P "${CMAKE_CURRENT_BINA

INSTALL (FILES "LICENSE" DESTINATION ${INSTALL_ROOT} COMPONENT "documentation")

IF (INSTALL_DATA)
IF (EXISTS "${PROJECT_SOURCE_DIR}/share")

IF (EXISTS "${PROJECT_SOURCE_DIR}/share")

INSTALL (DIRECTORY "${PROJECT_SOURCE_DIR}/share" DESTINATION ${INSTALL_DATA} COMPONENT "data")

ENDIF ()
INSTALL (DIRECTORY "${PROJECT_SOURCE_DIR}/share/" DESTINATION ${INSTALL_DATA} COMPONENT "data")

ENDIF ()

Expand Down
2 changes: 1 addition & 1 deletion bindings/python/docs/Reference.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.6.5"
"version": "3.6.7"
}
},
"nbformat": 4,
Expand Down

0 comments on commit dea65aa

Please sign in to comment.