Skip to content

Commit 75aed16

Browse files
committed
fix cmake
1 parent c901fa7 commit 75aed16

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,7 @@ include_directories(
151151
${pybind11_INCLUDE_DIRS}
152152
${LLVM_INCLUDE_DIRS}
153153
${MLIR_INCLUDE_DIRS}
154-
${IMEX_INCLUDE_DIRS}
155-
"/localdisk2/yzhao/work/sharpy_ws/builds/debug/tools/Imex/include")
154+
${IMEX_INCLUDE_DIRS})
156155

157156
if (CMAKE_SYSTEM_NAME STREQUAL Linux)
158157
target_link_options(_sharpy PRIVATE "LINKER:--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.txt")

0 commit comments

Comments
 (0)