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 Dec 10, 2023
1 parent 05478b9 commit ad6a3ba
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 ad6a3ba

Please sign in to comment.