Skip to content

Commit

Permalink
return force compile
Browse files Browse the repository at this point in the history
  • Loading branch information
cropinghigh committed Dec 2, 2024
1 parent 6c89de3 commit 9263f43
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/sdrpp_module_hack.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ set_target_properties(${PROJECT_NAME} PROPERTIES PREFIX "")
# Set compile arguments
target_compile_options(${PROJECT_NAME} PRIVATE ${SDRPP_MODULE_COMPILER_FLAGS})

# if (MSVC)
# target_link_options(${PROJECT_NAME} PRIVATE /FORCE:UNRESOLVED)
# endif ()
if (MSVC)
target_link_options(${PROJECT_NAME} PRIVATE /FORCE:UNRESOLVED)
endif ()

# Install directives
install(TARGETS ${PROJECT_NAME} DESTINATION lib/sdrpp/plugins)
Expand Down

0 comments on commit 9263f43

Please sign in to comment.