Skip to content

Commit

Permalink
grr
Browse files Browse the repository at this point in the history
  • Loading branch information
baconpaul committed Nov 25, 2024
1 parent de984f2 commit df6ca01
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 @@ -23,7 +23,7 @@ if (${SST_JUCEGUI_BUILD_EXAMPLES})
add_subdirectory(examples)
if (${PROJECT_IS_TOP_LEVEL})
if (CMAKE_CXX_COMPILER_ID MATCHES "MSVC")
set(OS_COMPILE_OPTIONS
add_compile_options(
/bigobj
/wd4244 # convert float from double
/wd4305 # truncate from double to float
Expand Down

0 comments on commit df6ca01

Please sign in to comment.