Skip to content

Commit 51a5ce1

Browse files
stephan57160bluca
authored andcommitted
Problem: CMakeLists.txt generation broken sine CMake 4 support.
This will fix: - #1347 - zeromq/czmq#2313 - CZMQ CI actions Note: ZYRE must be regenerated with the whole stuff around CMake 4 support.
1 parent 6b46687 commit 51a5ce1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zproject_cmake.gsl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,9 @@ if (NOT TARGET distclean)
619619
${PROJECT_BINARY_DIR}/src/$(project.libname).pc
620620
${PROJECT_BINARY_DIR}/src/$(project.libname).so
621621
${PROJECT_BINARY_DIR}/src/$(project.name)_selftest
622-
.for project.main
622+
. for project.main
623623
${PROJECT_BINARY_DIR}/src/$(main.name)
624-
.endfor
624+
. endfor
625625
)
626626
add_custom_target(distclean
627627
COMMAND ${rm_command} CMakeTmp ${cmake_generated}

0 commit comments

Comments
 (0)