We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e83962 commit 872edfeCopy full SHA for 872edfe
python/triqs_dft_tools/CMakeLists.txt
@@ -3,7 +3,6 @@ configure_file(version.py.in version.py)
3
4
# All Python files. Copy them in the build dir to have a complete package for the tests.
5
file(GLOB_RECURSE python_sources RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.py)
6
-#file(GLOB_RECURSE wrap_generators RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *_desc.py)
7
list(REMOVE_ITEM python_sources "${wrap_generators}")
8
foreach(file ${python_sources})
9
configure_file(${file} ${file} COPYONLY)
test/CMakeLists.txt
@@ -1,4 +1,3 @@
1
-#add_subdirectory(c++)
2
if(PythonSupport)
add_subdirectory(python)
0 commit comments