Skip to content

Commit

Permalink
Correct matching for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
ktf committed Nov 28, 2015
1 parent 88af2c5 commit f354613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HLT/BASE/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ add_subdirectory(HOMER)
add_subdirectory(interface)
add_subdirectory(util)

if(LINUX)
if("${CMAKE_SYSTEM_NAME}" MATCHES "Linux")
set(LINUX_DEPS rt)
endif()

Expand Down

0 comments on commit f354613

Please sign in to comment.