Skip to content

Commit

Permalink
Fix include path to LU files
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonMarechal25 committed Aug 8, 2024
1 parent 9ef4dae commit 8480216
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ SET_TARGET_PROPERTIES(sirius_solver_static PROPERTIES C_STANDARD 11)
SET_TARGET_PROPERTIES(sirius_solver PROPERTIES C_STANDARD 11)
target_include_directories(sirius_solver PUBLIC
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/SRS/>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/LU/>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/SIMPLEXE/LU/>
$<BUILD_INTERFACE:${CMAKE_CURRENT_SOURCE_DIR}/PNE/>)

IF (CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
Expand Down

0 comments on commit 8480216

Please sign in to comment.