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.
2 parents 5dc42c7 + a6f6015 commit 58a9fd1Copy full SHA for 58a9fd1
src/CMakeLists.txt
@@ -154,7 +154,6 @@ else()
154
# $<INSTALL_INTERFACE:${CMAKE_INSTALL_INCLUDEDIR}/highs>
155
)
156
157
- target_include_directories(highs PUBLIC "${CMAKE_CUDA_PATH}/include")
158
159
# target_include_directories(highs PRIVATE
160
# $<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/interfaces>
@@ -192,6 +191,7 @@ else()
192
191
193
# target_include_directories(highs PUBLIC "/usr/local/include")
194
+ target_include_directories(highs PUBLIC "${CMAKE_CUDA_PATH}/include")
195
set(CUPDLP_INCLUDE_DIR "${PROJECT_SOURCE_DIR}/src/pdlp/cupdlp/")
196
197
add_subdirectory(pdlp/cupdlp/cuda)
0 commit comments