Skip to content

Commit

Permalink
Removed redundancy
Browse files Browse the repository at this point in the history
  • Loading branch information
hbe72 committed May 4, 2018
1 parent 00656b3 commit d907c0c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,6 @@ foreach(source ${sample_dsp_sources})
add_gtest_dependency("${target}")
add_cnl_dependency("${target}")

if (${CMAKE_CXX_COMPILER_ID} STREQUAL MSVC)
else ()
target_link_libraries(${target}
general pthread)
endif ()

target_include_directories(
${target} PRIVATE
$<BUILD_INTERFACE:${PROJECT_SOURCE_DIR}/include>
Expand Down

0 comments on commit d907c0c

Please sign in to comment.