Skip to content

Commit 40e5575

Browse files
authored
fix: Update CMakeLists.txt
1 parent d47dd6b commit 40e5575

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

CMakeLists.txt

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -92,26 +92,3 @@ configure_file(
9292
${CMAKE_CURRENT_SOURCE_DIR}/${PROJECT_NAME}.pmodule.in
9393
${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pmodule
9494
)
95-
96-
#configure_file(
97-
# ${CMAKE_CURRENT_SOURCE_DIR}/conda-recipe/meta.yaml.in
98-
# ${CMAKE_CURRENT_BINARY_DIR}/conda-recipe/meta.yaml
99-
#)
100-
#
101-
#configure_file(
102-
# ${CMAKE_CURRENT_SOURCE_DIR}/conda-recipe/build.sh
103-
# ${CMAKE_CURRENT_BINARY_DIR}/conda-recipe/build.sh
104-
# COPYONLY
105-
#)
106-
#
107-
#configure_file(
108-
# ${CMAKE_CURRENT_SOURCE_DIR}/conda-recipe/bld.bat
109-
# ${CMAKE_CURRENT_BINARY_DIR}/conda-recipe/bld.bat
110-
# COPYONLY
111-
#)
112-
#
113-
#configure_file(
114-
# ${CMAKE_CURRENT_SOURCE_DIR}/LICENSE
115-
# ${CMAKE_CURRENT_BINARY_DIR}/conda-recipe/LICENSE
116-
# COPYONLY
117-
#)

0 commit comments

Comments
 (0)