diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-22 13:36:32 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-08-23 00:05:15 +0200 |
commit | a7ba3ce62e0b2bd92e6e10fe1ff6c95f189e480f (patch) | |
tree | 809cd6dd43a071dffbc6a86fe3113182e8aa1ce9 /cmake/opentrack-boilerplate.cmake | |
parent | a643a92efb9dacec0442152c77b9a57bb7590ece (diff) |
cmake: don't force stuff for msvc link
Diffstat (limited to 'cmake/opentrack-boilerplate.cmake')
-rw-r--r-- | cmake/opentrack-boilerplate.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake/opentrack-boilerplate.cmake b/cmake/opentrack-boilerplate.cmake index 41af076c..d00a4a75 100644 --- a/cmake/opentrack-boilerplate.cmake +++ b/cmake/opentrack-boilerplate.cmake @@ -96,9 +96,6 @@ function(opentrack_boilerplate__ n files_ no-library_ static_ no-compat_ compile if(CMAKE_COMPILER_IS_GNUCXX AND NOT APPLE) set(l-props "-Wl,--as-needed") endif() - if(MSVC) - set(l-props "${msvc-subsystem} /DEBUG /OPT:ICF") - endif() get_target_property(orig-compile ${n} COMPILE_FLAGS) if(NOT orig-compile) set(orig-compile "") |