Skip to content
This repository was archived by the owner on Apr 28, 2023. It is now read-only.

Commit 5519682

Browse files
Merge pull request #487 from facebookresearch/pr/build
properly override isl CMakeLists.txt ISL_INT setting
2 parents c2910c2 + b716d7f commit 5519682

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
@@ -226,7 +226,7 @@ message(STATUS "Found ATen.so file: ${ATEN_LIBRARIES}")
226226
################################################################################
227227
# isl
228228
################################################################################
229-
set(ISL_INT gmp)
229+
set(ISL_INT "gmp" CACHE STRING "Which package to use to represent multi-precision integers (gmp|imath)")
230230
include_directories(AFTER ${PROJECT_SOURCE_DIR}/third-party/islpp/include)
231231
include_directories(AFTER ${CMAKE_CURRENT_BINARY_DIR}/third-party/islpp/include)
232232
add_subdirectory(third-party/islpp)

0 commit comments

Comments
 (0)