File tree Expand file tree Collapse file tree 6 files changed +5
-15
lines changed
Expand file tree Collapse file tree 6 files changed +5
-15
lines changed Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ set_target_properties(
6565
6666target_include_directories (
6767 ${python_module_name}
68- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../ ${CMAKE_CURRENT_SOURCE_DIR} /../ common
68+ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../common
6969)
7070
7171# treat below headers as system to suppress the warnings there during the build
Original file line number Diff line number Diff line change @@ -57,13 +57,6 @@ set_target_properties(
5757 PROPERTIES CMAKE_POSITION_INDEPENDENT_CODE ON
5858)
5959
60- target_include_directories (
61- ${python_module_name}
62- PRIVATE
63- ${CMAKE_CURRENT_SOURCE_DIR} /../../include
64- ${CMAKE_CURRENT_SOURCE_DIR} /../../src
65- )
66-
6760# treat below headers as system to suppress the warnings there during the build
6861target_include_directories (
6962 ${python_module_name}
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ set_target_properties(
6262
6363target_include_directories (
6464 ${python_module_name}
65- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../ ${CMAKE_CURRENT_SOURCE_DIR} /../ common
65+ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../common
6666)
6767
6868# treat below headers as system to suppress the warnings there during the build
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ set_target_properties(
8282
8383target_include_directories (
8484 ${python_module_name}
85- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../ ${CMAKE_CURRENT_SOURCE_DIR} /../ common
85+ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../common
8686)
8787
8888# treat below headers as system to suppress the warnings there during the build
Original file line number Diff line number Diff line change @@ -67,10 +67,7 @@ set_target_properties(
6767
6868target_include_directories (
6969 ${python_module_name}
70- PRIVATE
71- ${CMAKE_CURRENT_SOURCE_DIR} /../../include
72- ${CMAKE_CURRENT_SOURCE_DIR} /../../src
73- ${CMAKE_CURRENT_SOURCE_DIR} /../common
70+ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../common
7471)
7572
7673# treat below headers as system to suppress the warnings there during the build
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ set_target_properties(
107107
108108target_include_directories (
109109 ${python_module_name}
110- PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../../ ${CMAKE_CURRENT_SOURCE_DIR} /../ common
110+ PRIVATE ${CMAKE_CURRENT_SOURCE_DIR} /../common
111111)
112112
113113# treat below headers as system to suppress the warnings there during the build
You can’t perform that action at this time.
0 commit comments