OSSupport/CMakeLists.txt: fixed indentation
This commit is contained in:
parent
8ccb729504
commit
dd86c1f4a3
@ -38,11 +38,11 @@ SET (HDRS
|
||||
if(NOT MSVC)
|
||||
add_library(OSSupport ${SRCS} ${HDRS})
|
||||
|
||||
if(UNIX)
|
||||
if(UNIX)
|
||||
if(NOT APPLE)
|
||||
target_link_libraries(OSSupport rt)
|
||||
endif()
|
||||
|
||||
target_link_libraries(OSSupport pthread)
|
||||
endif()
|
||||
target_link_libraries(OSSupport pthread)
|
||||
endif()
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user