Skip to content
Snippets Groups Projects
Commit 44939403 authored by Roman Tsisyk's avatar Roman Tsisyk
Browse files

Fix a typo in cmake/rpm.cmake

parent af1c7f75
No related branches found
No related tags found
No related merge requests found
find_program(RPMBUILD rpmbuild)
if(NOT IS_DIRECTORY $(PROJECT_SOURCE_DIR)/rpm)
if(NOT IS_DIRECTORY ${PROJECT_SOURCE_DIR}/rpm)
return()
endif()
if (RPMBUILD)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment