File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -117,20 +117,17 @@ if(NOT TARGET ZLIB::ZLIB)
117117endif ()
118118
119119# 2. PSLP Configuration
120- set (PSLP_VERSION_TAG "v0.0.8 " )
120+ set (PSLP_VERSION_TAG "v0.0.6 " )
121121FetchContent_Declare (
122122 pslp
123123 GIT_REPOSITORY https://github.com/dance858/PSLP.git
124124 GIT_TAG ${PSLP_VERSION_TAG}
125125)
126126FetchContent_MakeAvailable (pslp)
127127
128- # --- PSLP FIX BLOCK (Cross-Platform & Header fix) ---
128+ # --- PSLP target include/flags normalization ---
129129if (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 >
You can’t perform that action at this time.
0 commit comments