Skip to content

Commit

Permalink
bump numpyeigen version
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilliams committed Nov 20, 2019
1 parent d8059d3 commit 5b9abb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ set(EXTERNAL_DEP_DIR ${CMAKE_CURRENT_SOURCE_DIR}/external)
include(DownloadExternalDeps)
download_dep(numpyeigen
GIT_REPOSITORY https://github.com/fwilliams/numpyeigen.git
GIT_TAG 30d12167c5876fab59d169df11780aba84ac96aa
GIT_TAG 05a22ad4f06a431bffc3860b30c00cf89e81373b
)
list(APPEND CMAKE_MODULE_PATH ${EXTERNAL_DEP_DIR}/numpyeigen/cmake)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down

0 comments on commit 5b9abb2

Please sign in to comment.