Skip to content

Commit

Permalink
User-submitted fix for cmake build on Universal Windows Platform (UWP)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanirby committed Feb 14, 2024
1 parent 94ee4df commit aea6974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ IF (UTILS)

# To expand the command line arguments in Windows, see:
# http://msdn.microsoft.com/en-us/library/8bch7bkk.aspx
if(MSVC)
if(MSVC AND NOT CMAKE_SYSTEM_NAME MATCHES "WindowsStore")
set_target_properties(FPack Funpack PROPERTIES LINK_FLAGS "setargv.obj")
endif(MSVC)

Expand Down

0 comments on commit aea6974

Please sign in to comment.