We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c901fa7 commit 75aed16Copy full SHA for 75aed16
CMakeLists.txt
@@ -151,8 +151,7 @@ include_directories(
151
${pybind11_INCLUDE_DIRS}
152
${LLVM_INCLUDE_DIRS}
153
${MLIR_INCLUDE_DIRS}
154
- ${IMEX_INCLUDE_DIRS}
155
- "/localdisk2/yzhao/work/sharpy_ws/builds/debug/tools/Imex/include")
+ ${IMEX_INCLUDE_DIRS})
156
157
if (CMAKE_SYSTEM_NAME STREQUAL Linux)
158
target_link_options(_sharpy PRIVATE "LINKER:--version-script=${CMAKE_CURRENT_SOURCE_DIR}/export.txt")
0 commit comments