|
find_package(Git REQUIRED) |
|
execute_process(COMMAND ${GIT_EXECUTABLE} describe --first-parent --tags --always OUTPUT_VARIABLE GIT_REPO_VERSION) |
|
string(REGEX REPLACE "(r[0-9]+).*" "\\1" VERSION ${GIT_REPO_VERSION}) |
seems this sniplet not works unless you set tags to the repository
-- Build files have been written to: /tmp/makepkg/foosynth-plugin-neo_vague_denoiser-git/src/neo_vague_denoiser/build
CMakeFiles/neo-vague-denoiser.dir/build.make:121: *** falta un separador. Alto.
make[1]: *** [CMakeFiles/Makefile2:95: CMakeFiles/neo-vague-denoiser.dir/all] Error 2
build.make
libneo-vague-denoiser.so: CMakeFiles/neo-vague-denoiser.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/tmp/makepkg/foosynth-plugin-neo_vague_denoiser-git/src/neo_vague_denoiser/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_3) "Linking CXX shared library libneo-vague-denoiser.so"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/neo-vague-denoiser.dir/link.txt --verbose=$(VERBOSE)
/usr/bin/cmake -E copy /tmp/makepkg/foosynth-plugin-neo_vague_denoiser-git/src/neo_vague_denoiser/build/libneo-vague-denoiser.so ../Release_e24e5cc
//libneo-vague-denoiser.so
# Rule to build all files generated by this target.
other projects with tags:
libneo-f3kdb.so: CMakeFiles/neo-f3kdb.dir/link.txt
@$(CMAKE_COMMAND) -E cmake_echo_color --switch=$(COLOR) --green --bold --progress-dir=/tmp/makepkg/foosynth-plugin-neo_f3kdb-git/src/neo_f3kdb/build/CMakeFiles --progress-num=$(CMAKE_PROGRESS_9) "Linking CXX shared library libneo-f3kdb.so"
$(CMAKE_COMMAND) -E cmake_link_script CMakeFiles/neo-f3kdb.dir/link.txt --verbose=$(VERBOSE)
/usr/bin/cmake -E copy /tmp/makepkg/foosynth-plugin-neo_f3kdb-git/src/neo_f3kdb/build/libneo-f3kdb.so ../Release_r5//libneo-f3kdb.so
# Rule to build all files generated by this target.
_neo_gradient_mask also is not taged, but cmakelists.txt lacks the git version sniplet
greetrings
neo_Vague_Denoiser/CMakeLists.txt
Lines 10 to 12 in e24e5cc
seems this sniplet not works unless you set tags to the repository
build.make
other projects with tags:
_neo_gradient_mask also is not taged, but cmakelists.txt lacks the git version sniplet
greetrings