Skip to content

Commit

Permalink
🐛 Fixed missing WIN32 definition when building with ninja
Browse files Browse the repository at this point in the history
  • Loading branch information
AnotherFoxGuy committed Jan 7, 2024
1 parent 1bb6151 commit 369db8d
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 @@ -346,7 +346,7 @@ add_definitions(-DGLM_FORCE_CTOR_INIT)

if (WIN32)
# Deal with fakakta Visual Studo 2017 bug
add_definitions(-DQT_NO_FLOAT16_OPERATORS)
add_definitions(-DQT_NO_FLOAT16_OPERATORS -DWIN32)
endif()

if (HIFI_USE_OPTIMIZED_IK)
Expand Down

0 comments on commit 369db8d

Please sign in to comment.