NOISSUE rearrange build system
* Added install commands to the libraries instead of force installing files * Most of the application cmake stuff moved to top level * RPATH should now be set/cleared correctly * Contains a fix for GH-1780
This commit is contained in:
@ -301,7 +301,7 @@ function(get_bundle_and_executable app bundle_var executable_var valid_var)
|
||||
endif()
|
||||
endif()
|
||||
else()
|
||||
message(STATUS "warning: *NOT* handled - directory/file does not exist...")
|
||||
message(STATUS "warning: *NOT* handled - directory/file ${app} does not exist...")
|
||||
endif()
|
||||
|
||||
if(NOT valid)
|
||||
|
Reference in New Issue
Block a user