浏览代码

Remove tab character

Camilla Löwy 5 年之前
父节点
当前提交
bc7b19cbd1
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/CMakeLists.txt

+ 1 - 1
src/CMakeLists.txt

@@ -152,7 +152,7 @@ if (BUILD_SHARED_LIBS)
             set_target_properties(glfw PROPERTIES IMPORT_SUFFIX "dll.lib")
             set_target_properties(glfw PROPERTIES IMPORT_SUFFIX "dll.lib")
         endif()
         endif()
 
 
-	target_compile_definitions(glfw INTERFACE GLFW_DLL)
+        target_compile_definitions(glfw INTERFACE GLFW_DLL)
     elseif (APPLE)
     elseif (APPLE)
         # Add -fno-common to work around a bug in Apple's GCC
         # Add -fno-common to work around a bug in Apple's GCC
         target_compile_options(glfw PRIVATE "-fno-common")
         target_compile_options(glfw PRIVATE "-fno-common")