We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 138af30 commit 1ce2c33Copy full SHA for 1ce2c33
external/eigen.cmake
@@ -104,7 +104,9 @@ else()
104
105
ExternalProject_Add(eigen3
106
PREFIX ${CMAKE_INSTALL_PREFIX}
107
- #--Download step--------------
+ STAMP_DIR ${FETCHCONTENT_BASE_DIR}/eigen3-ep-artifacts
108
+ TMP_DIR ${FETCHCONTENT_BASE_DIR}/eigen3-ep-artifacts # needed in case CMAKE_INSTALL_PREFIX is not writable
109
+ #--Download step--------------
110
DOWNLOAD_DIR ${EXTERNAL_SOURCE_DIR}
111
URL ${EIGEN3_URL}
112
URL_HASH ${EIGEN3_URL_HASH}
0 commit comments