Skip to content

Commit

Permalink
merge with latest and shared libs off just on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
galabovaa committed Jan 14, 2025
1 parent d578308 commit 51e25bb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,9 @@ if(NOT FAST_BUILD OR CSHARP)
if(CMAKE_CSharp_COMPILER)
enable_language(CSharp)
set(CSHARP_FOUND ON)
set(BUILD_SHARED_LIBS OFF)
if (NOT WIN32)
set(BUILD_SHARED_LIBS OFF)
endif()
else()
set(CSHARP_FOUND OFF)
endif(CMAKE_CSharp_COMPILER)
Expand Down

0 comments on commit 51e25bb

Please sign in to comment.