Skip to content

Commit 872edfe

Browse files
committed
[build] remove commented c++ cmakelists commands
1 parent 0e83962 commit 872edfe

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

python/triqs_dft_tools/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ configure_file(version.py.in version.py)
33

44
# All Python files. Copy them in the build dir to have a complete package for the tests.
55
file(GLOB_RECURSE python_sources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py)
6-
#file(GLOB_RECURSE wrap_generators RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *_desc.py)
76
list(REMOVE_ITEM python_sources "${wrap_generators}")
87
foreach(file ${python_sources})
98
configure_file(${file} ${file} COPYONLY)

test/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#add_subdirectory(c++)
21

32
if(PythonSupport)
43
add_subdirectory(python)

0 commit comments

Comments
 (0)