Skip to content

Commit 676b76d

Browse files
committed
fix cmake
1 parent 2e58f2c commit 676b76d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
# limitations under the License
1414

1515
cmake_minimum_required(VERSION 3.0)
16-
SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ldl -lpthread")
1716
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${CMAKE_CURRENT_SOURCE_DIR}/cmake")
1817
set(PROJ_ROOT ${CMAKE_CURRENT_SOURCE_DIR})
1918
set(PROJ_BINARY_ROOT ${CMAKE_CURRENT_BINARY_DIR})

0 commit comments

Comments
 (0)