Skip to content

Commit 4110230

Browse files
committed
clean
1 parent 985f885 commit 4110230

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ if(UNIX AND NOT APPLE)
4444
endif(UNIX AND NOT APPLE)
4545

4646
target_link_libraries(${PYTHON_MODULE} PRIVATE ${LIBRARY_NAME} ${PROJECT_NAME})
47-
target_link_boost_python(${PYTHON_MODULE} PRIVATE)
48-
target_include_directories(${PYTHON_MODULE} SYSTEM
49-
PRIVATE ${PYTHON_INCLUDE_DIRS})
5047

5148
# Test it
5249
add_python_unit_test("test-custom-entity" "tests/test_custom_entity.py" src

0 commit comments

Comments
 (0)