Skip to content

Commit 1795254

Browse files
authored
[NFC] Remove CMAKE_VERBOSE_MAKEFILE var (#2871)
Warning: ```bash CMake Warning: Manually-specified variables were not used by the project: CMAKE_VERBOSE_MAKEFILE ``` Signed-off-by: Anatoly Myachev <[email protected]>
1 parent 8c68412 commit 1795254

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmarks/setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ def build_extension(self):
7070
f"-DUSE_IPEX={int(self.use_ipex)}",
7171
"-DCMAKE_INSTALL_PREFIX=" + self.extdir,
7272
"-DPython3_ROOT_DIR:FILEPATH=" + sys.exec_prefix,
73-
"-DCMAKE_VERBOSE_MAKEFILE=TRUE",
7473
"-DCMAKE_C_COMPILER=icx",
7574
"-DCMAKE_CXX_COMPILER=icpx",
7675
"-DCMAKE_BUILD_TYPE=" + self.build_type,

0 commit comments

Comments
 (0)