Skip to content

Commit b932482

Browse files
committed
update
1 parent c09cc3d commit b932482

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,20 +117,17 @@ if(NOT TARGET ZLIB::ZLIB)
117117
endif()
118118

119119
# 2. PSLP Configuration
120-
set(PSLP_VERSION_TAG "v0.0.8")
120+
set(PSLP_VERSION_TAG "v0.0.6")
121121
FetchContent_Declare(
122122
pslp
123123
GIT_REPOSITORY https://github.com/dance858/PSLP.git
124124
GIT_TAG ${PSLP_VERSION_TAG}
125125
)
126126
FetchContent_MakeAvailable(pslp)
127127

128-
# --- PSLP FIX BLOCK (Cross-Platform & Header fix) ---
128+
# --- PSLP target include/flags normalization ---
129129
if(TARGET PSLP)
130-
# Fix Linux absolute path error
131-
set_target_properties(PSLP PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "")
132-
133-
# Expose PSLP's internal headers that cuPDLPx needs
130+
# Expose PSLP headers via target usage requirements (no directory-wide includes).
134131
target_include_directories(PSLP INTERFACE
135132
$<BUILD_INTERFACE:${pslp_SOURCE_DIR}/include>
136133
$<BUILD_INTERFACE:${pslp_SOURCE_DIR}/include/PSLP>

0 commit comments

Comments
 (0)