Skip to content

Commit

Permalink
Update CMakeLists.txt (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
maxschaller authored Oct 11, 2023
1 parent 034f0d6 commit df7bb56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust_wrapper/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ elseif(UNIX)
set(LIBCLARABEL_C_STATIC_PATH "${clarabel_c_output_directory}/libclarabel_c.a")
elseif(WIN32)
set(LIBCLARABEL_C_SHARED_PATH "${clarabel_c_output_directory}/clarabel_c.dll.lib")
set(LIBCLARABEL_C_STATIC_PATH "${clarabel_c_output_directory}/libclarabel_c.lib")
set(LIBCLARABEL_C_STATIC_PATH "${clarabel_c_output_directory}/clarabel_c.lib")
endif()

# Wrap the Rust library in a CMake library target
Expand Down

0 comments on commit df7bb56

Please sign in to comment.