Skip to content

Commit abfd008

Browse files
authored
Update CMakeLists.txt
- updated DiscreGrid
1 parent e298934 commit abfd008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ ExternalProject_Add(
2929
Ext_Discregrid
3030
PREFIX "${CMAKE_SOURCE_DIR}/extern/Discregrid"
3131
GIT_REPOSITORY https://github.com/InteractiveComputerGraphics/Discregrid.git
32-
GIT_TAG "573c2f51f433c74de832454272e47f590140e80b"
32+
GIT_TAG "c0fb5aeac4c8a83e9f37c720315f13a834409b81"
3333
INSTALL_DIR ${ExternalInstallDir}/Discregrid
3434
CMAKE_ARGS -DCMAKE_BUILD_TYPE=${CMAKE_BUILD_TYPE} -DCMAKE_INSTALL_PREFIX:PATH=${ExternalInstallDir}/Discregrid -DBUILD_CMD_EXECUTABLE:BOOL=0 -DEIGEN3_INCLUDE_DIR:PATH=${EigenDir}
3535
)

0 commit comments

Comments
 (0)