Skip to content

Commit

Permalink
drop fast_build off from cmake config
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed May 12, 2024
1 parent a188318 commit 1fe470d
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions highs-config.cmake.in
Expand Up @@ -2,19 +2,11 @@

set(HIGHS_DIR "@HIGHS_INSTALL_DIR@")

if (@FAST_BUILD@)
if(NOT TARGET highs)
include("${CMAKE_CURRENT_LIST_DIR}/highs-targets.cmake")
endif()
if(NOT TARGET highs)
include("${CMAKE_CURRENT_LIST_DIR}/highs-targets.cmake")
endif()

set(HIGHS_LIBRARIES highs)
else()
if(NOT TARGET libhighs)
include("${CMAKE_CURRENT_LIST_DIR}/highs-targets.cmake")
endif()

set(HIGHS_LIBRARIES highs)
endif()
set(HIGHS_LIBRARIES highs)

set(HIGHS_INCLUDE_DIRS "@CONF_INCLUDE_DIRS@")

Expand Down

0 comments on commit 1fe470d

Please sign in to comment.