diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f7b1d9..06ed35c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -122,10 +122,10 @@ if(FLTO_SUPPORTED) endif() if(NOT PLATFORM_DREAMCAST) - set_target_properties(GL PROPERTIES - COMPILE_OPTIONS "-m32" - LINK_OPTIONS "-m32" - ) +set_target_properties(GL PROPERTIES + COMPILE_OPTIONS "-m32" + LINK_OPTIONS "-m32" +) endif() link_libraries(m)