Skip to content

Commit

Permalink
Fix rebase artifact
Browse files Browse the repository at this point in the history
Change-Id: Ied430fc43304f26e7d8490fbb3818ad4e9ceb510
  • Loading branch information
wesm committed Feb 19, 2019
1 parent 2caf588 commit 38f910f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/cmake_modules/BuildUtils.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,6 @@ function(ADD_THIRDPARTY_LIB LIB_NAME)
set_target_properties(${AUG_LIB_NAME}
PROPERTIES INTERFACE_INCLUDE_DIRECTORIES "${ARG_INCLUDE_DIRECTORIES}")
endif()
message("Added shared library dependency ${AUG_LIB_NAME}: ${ARG_SHARED_LIB}")
else()
message(FATAL_ERROR "No static or shared library provided for ${LIB_NAME}")
endif()
Expand Down

0 comments on commit 38f910f

Please sign in to comment.