diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 12:08:49 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 12:08:49 +0200 |
| commit | fe16065ae990c667b59a59230546bbfaf60ef523 (patch) | |
| tree | 81e827221b6febd2756c9406f160308c4f4937aa | |
| parent | 5385be91cf40b9e610f3c7c9488023b925b563e1 (diff) | |
a
| -rw-r--r-- | CMakeLists.txt | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 4c8f3a92..e510ceb5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -109,12 +109,10 @@ endif() add_subdirectory(external) -if(NOT FLOORMAT_PRECOMPILED-HEADERS) - if(MSVC) - add_definitions(/FI"compat/prelude.hpp") - else() - add_definitions(-include compat/prelude.hpp) - endif() +if(MSVC) + add_definitions(/FI"compat/prelude.hpp") +else() + add_definitions(-include compat/prelude.hpp) endif() add_definitions( |
