mirror of
https://github.com/QuasarApp/CMake.git
synced 2025-04-26 17:54:43 +00:00
disabel library sufixes for apple os
This commit is contained in:
parent
5c2d26920c
commit
cf0139c3b7
@ -31,6 +31,10 @@ endif()
|
||||
#
|
||||
function(setVersion maj min rev)
|
||||
|
||||
if (APPLE)
|
||||
return()
|
||||
endif()
|
||||
|
||||
SET_TARGET_PROPERTIES(
|
||||
${PROJECT_NAME}
|
||||
PROPERTIES
|
||||
|
Loading…
x
Reference in New Issue
Block a user