Remove packages->package dependency
There is a cmake bug not allowing us to have this dependency :(
This commit is contained in:
parent
acad3e8201
commit
41128d5bb5
|
@ -142,10 +142,6 @@ else()
|
|||
set(CPACK_RESOURCE_FILE_LICENSE ${CMAKE_SOURCE_DIR}/LICENSE)
|
||||
endif()
|
||||
|
||||
if(NOT WIN32)
|
||||
add_dependencies(packages package)
|
||||
endif()
|
||||
|
||||
################################################################################
|
||||
# Configuration for RPM
|
||||
################################################################################
|
||||
|
|
Loading…
Reference in New Issue