Skip to content

Commit

Permalink
Do not copy docstrings_common.json from local opm-common directory, t…
Browse files Browse the repository at this point in the history
…his is taken care of by a github action
  • Loading branch information
lisajulia committed Jun 24, 2024
1 parent 9727d71 commit a844264
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions python/simulators/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,6 @@ add_custom_command(
COMMENT "Generating PyBlackOilSimulatorDoc.hpp from JSON file"
)

find_file(DOCSTRINGS_JSON docstrings_common.json
PATHS ${opm-common_DIR} ${opm-common_PYTHON_COMMON_DIR}
PATH_SUFFIXES python NO_DEFAULT_PATH REQUIRED)

configure_file(${DOCSTRINGS_JSON} ${PROJECT_SOURCE_DIR}/python/docstrings_common.json COPYONLY)

# NOTE: The variable ${PYBIND11_SYSTEM} is set in python/CMakeLists.txt
# to the value "SYSTEM" or unset, depending on the current version of Pybind11.
# The value is then forwarded to target_include_directories(), see
Expand Down

0 comments on commit a844264

Please sign in to comment.