@@ -249,35 +249,6 @@ else()
249249 if (COMPILER_SUPPORTS_INVALID_OFFSET)
250250 target_compile_options (highs PUBLIC "$<$<COMPILE_LANGUAGE:CXX>:-Wno-invalid-offsetof>" )
251251 endif ()
252- <<<<<<< HEAD:src/CMakeLists.txt
253-
254- # Configure the config file for the build tree:
255- # Either list all the src/* directories here, or put explicit paths in all the
256- # include statements.
257- # M reckons that the latter is more transparent, and I'm inclined to agree.
258- set (CONF_INCLUDE_DIRS "${HIGHS_SOURCE_DIR} /src" "${HIGHS_BINARY_DIR} " )
259- configure_file (${HIGHS_SOURCE_DIR} /highs-config.cmake.in
260- "${HIGHS_BINARY_DIR} /highs-config.cmake" @ONLY)
261-
262- # Configure the config file for the install
263- set (CONF_INCLUDE_DIRS "\$ {CMAKE_CURRENT_LIST_DIR}/../../../${CMAKE_INSTALL_INCLUDEDIR} " )
264- configure_file (${HIGHS_SOURCE_DIR} /highs-config.cmake.in
265- "${HIGHS_BINARY_DIR}${CMAKE_FILES_DIRECTORY} /highs-config.cmake" @ONLY)
266-
267- # Configure the pkg-config file for the install
268- configure_file (${HIGHS_SOURCE_DIR} /highs.pc.in
269- "${HIGHS_BINARY_DIR}${CMAKE_FILES_DIRECTORY} /highs.pc" @ONLY)
270-
271- # Install the targets of the highs export group, the config file so that other
272- # cmake-projects can link easily against highs, and the pkg-config flie so that
273- # other projects can easily build against highs
274- install (FILES "${HIGHS_BINARY_DIR}${CMAKE_FILES_DIRECTORY} /highs-config.cmake"
275- DESTINATION ${CMAKE_INSTALL_LIBDIR} /cmake/highs)
276- install (FILES "${HIGHS_BINARY_DIR}${CMAKE_FILES_DIRECTORY} /highs.pc"
277- DESTINATION ${CMAKE_INSTALL_LIBDIR} /pkgconfig)
278-
279- =======
280- >>>>>>> latest:highs/CMakeLists.txt
281252
282253 if (BUILD_DOTNET)
283254
0 commit comments