mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-10 16:43:33 +02:00
Force use of our wxWidgets and fix RPATH handling
This commit is contained in:
@@ -80,8 +80,10 @@ endforeach()
|
||||
|
||||
add_custom_target( "${TARGET}" ALL DEPENDS ${OUTPUTS} SOURCES "${SOURCES}" )
|
||||
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Xcode|Visual Studio*" )
|
||||
install( DIRECTORY ${locale}/
|
||||
TYPE LOCALE )
|
||||
if( NOT CMAKE_SYSTEM_NAME MATCHES "Darwin" )
|
||||
if( NOT "${CMAKE_GENERATOR}" MATCHES "Visual Studio*")
|
||||
install( DIRECTORY ${locale}/
|
||||
TYPE LOCALE )
|
||||
endif()
|
||||
endif()
|
||||
|
||||
|
Reference in New Issue
Block a user