Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinPdeS committed Dec 9, 2024
1 parent 8e4a463 commit cd3ba31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ message(STATUS "Binary will be installed in location: " ${SUPYMODE_BIN_DIR})
#Building EigenSolver----------------------------------------------
pybind11_add_module(EigenSolver MODULE "${SUPYMODE_CXX_DIR}/eigensolver_interface.cpp")
set_target_properties(EigenSolver PROPERTIES OUTPUT_NAME "CppSolver")
target_link_libraries(EigenSolver PRIVATE "${Eigen_LIBRARIES}")
target_include_directories(EigenSolver PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/extern/eigen")
target_link_options(EigenSolver PUBLIC ${STATIC_LINK_OPTIONS})
target_include_directories(EigenSolver PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/extern/eigen")
target_include_directories(EigenSolver PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/extern/spectra/include")
Expand Down

0 comments on commit cd3ba31

Please sign in to comment.