Skip to content

Commit

Permalink
conda fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
gagelarsen committed Aug 6, 2019
1 parent fc846a7 commit c9dab77
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,10 @@ if(IS_PYTHON_BUILD)
include("${CONAN_PYBIND11_ROOT}/share/cmake/pybind11/pybind11Tools.cmake")
endif()

list(APPEND EXT_INCLUDE_DIRS
${pybind11_INCLUDE_DIR}
)

find_package(PythonLibsNew ${PYTHON_TARGET_VERSION} EXACT REQUIRED)

message("PYTHON_INCLUDE: ${PYTHON_INCLUDE_DIRS}")
Expand Down
2 changes: 1 addition & 1 deletion _package/xms/stamper/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
from . import stamping
from .api.stamp import stamp

__version__ = '3.0.0'
__version__ = '3.0.4'

0 comments on commit c9dab77

Please sign in to comment.