File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -270,19 +270,13 @@ def build_cmake(self, extension):
270270 if not zlib :
271271 zlib = get_lib_full_path (os .path .join (DEP_DIR , 'lib' ), 'zdll' )
272272 cmake_args .append ('-DLIBSBML_DEPENDENCY_DIR=' + DEP_DIR )
273- cmake_args .append ('-DLIBEXPAT_INCLUDE_DIR=' + join (DEP_DIR , 'include' ))
274- cmake_args .append ('-DLIBEXPAT_LIBRARY=' + get_lib_full_path (os .path .join (DEP_DIR , 'lib' ), 'expat' ))
275- cmake_args .append ('-DLIBZ_LIBRARY=' + zlib )
276- cmake_args .append ('-DLIBBZ_LIBRARY=' + get_lib_full_path (os .path .join (DEP_DIR , 'lib' ), 'bz2' ))
277273
278274 if is_win_32 :
279275 if DEP_DIR32 :
280276 cmake_args .append ('-DLIBSBML_DEPENDENCY_DIR=' + DEP_DIR32 )
281- cmake_args .append ('-DLIBEXPAT_INCLUDE_DIR=' + join (DEP_DIR32 , 'include' ))
282277 elif is_win :
283278 if DEP_DIR64 :
284279 cmake_args .append ('-DLIBSBML_DEPENDENCY_DIR=' + DEP_DIR64 )
285- cmake_args .append ('-DLIBEXPAT_INCLUDE_DIR=' + join (DEP_DIR64 , 'include' ))
286280
287281 os .chdir (build_temp )
288282 self .spawn (['cmake' , SRC_DIR ] + cmake_args )
You can’t perform that action at this time.
0 commit comments