Skip to content

Commit

Permalink
Version 2.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
nhielost committed Mar 25, 2023
2 parents e3d7893 + 3dc20b1 commit 81a333e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/ObsPluginHelpers.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -563,7 +563,7 @@ else()
set(OBS_PLUGIN64_DESTINATION "obs-plugins/64bit")

set(OBS_DATA_DESTINATION "data")

if(MSVC)
# Set default Visual Studio CL.exe compile options.
#
Expand Down Expand Up @@ -618,7 +618,7 @@ else()
"$<$<CONFIG:DEBUG>:LINKER\:/INCREMENTAL\:NO>"
"$<$<CONFIG:RELWITHDEBINFO>:LINKER\:/INCREMENTAL\:NO;/OPT\:ICF>")
endif()

endif()

# Helper function for plugin targets (Windows and Linux version)
Expand Down

0 comments on commit 81a333e

Please sign in to comment.