Skip to content

Commit c869c77

Browse files
committed
Revert unintentional changes
1 parent 8a47185 commit c869c77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/conan.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -808,14 +808,14 @@ function(conan_cmake_configure)
808808
conan_cmake_generate_conanfile(OFF ${ARGV})
809809
endfunction()
810810

811-
# Generate, writing in disk a conanfile.py with the requires, options, and imports
811+
# Generate, writing in disk a conanfile.txt with the requires, options, and imports
812812
# specified as arguments
813813
# This will be considered as temporary file, generated in CMAKE_CURRENT_BINARY_DIR)
814814
function(conan_cmake_generate_conanfile DEFAULT_GENERATOR)
815815

816816
conan_parse_arguments(${ARGV})
817817

818-
set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.py")
818+
set(_FN "${CMAKE_CURRENT_BINARY_DIR}/conanfile.txt")
819819
file(WRITE ${_FN} "")
820820

821821
if(DEFINED ARGUMENTS_REQUIRES)

0 commit comments

Comments
 (0)