mirror of
https://github.com/BinomialLLC/basis_universal.git
synced 2026-08-22 11:08:10 +00:00
Merge pull request #118 from jschueller/patch-1
CMake: Only unices have the strip command
This commit is contained in:
@@ -86,7 +86,7 @@ endif()
|
||||
|
||||
install(TARGETS basisu DESTINATION bin)
|
||||
|
||||
if (NOT MSVC)
|
||||
if (UNIX)
|
||||
if (CMAKE_BUILD_TYPE STREQUAL Release)
|
||||
if (APPLE)
|
||||
add_custom_command(TARGET basisu POST_BUILD COMMAND strip -X -x ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/basisu)
|
||||
|
||||
Reference in New Issue
Block a user