diff --git a/CMakeLists.txt b/CMakeLists.txt index e821c8e3..74be1543 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -43,7 +43,7 @@ target_compile_features(cpp-sort INTERFACE cxx_std_14) if (MSVC) target_compile_options(cpp-sort INTERFACE $<$:/permissive-> - $<$:-Xcompiler "/permissive-"> + $<$:-Xcompiler="/permissive-"> ) endif()