SHARED_LIBRARY_SUFFIX is set by hand to prevent undefined behaviour
This commit is contained in:
@@ -9,4 +9,4 @@ if (CMAKE_GENERATOR MATCHES "Visual Studio*")
|
||||
endif()
|
||||
|
||||
# specify shared library suffix
|
||||
set(SHARED_LIBRARY_SUFFIX ${CMAKE_GENERATOR_PLATFORM})
|
||||
set(SHARED_LIBRARY_SUFFIX "x64")
|
||||
|
||||
Reference in New Issue
Block a user