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