FreeSOLID-2.1.2.CMakeLists.txt: Do not assign LIB_POSTFIX

Assigning this variable to "" causes some library names to contain the
double quotes e.g.: broad"".dll.

This fixes a build error from [MSBuild]::NormalizePath when using MSVC
as the C++ toolchain.


git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@9597 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 7f5d1b427e0a0d4552f800b52d0777f54e3f5083
Former-commit-id: bad20fd8bffd6daf4574562d9d7d729485202cec
This commit is contained in:
xavi92 2024-10-27 08:03:38 +00:00
parent 5f524ebbbb
commit 659d0ad143

View file

@ -65,9 +65,6 @@ if(UNIX AND NOT WIN32 AND NOT APPLE)
mark_as_advanced(LIB_POSTFIX)
endif(CMAKE_SIZEOF_VOID_P MATCHES "8")
endif(UNIX AND NOT WIN32 AND NOT APPLE)
if(NOT DEFINED LIB_POSTFIX)
set(LIB_POSTFIX "")
endif(NOT DEFINED LIB_POSTFIX)
add_subdirectory(libmoto)
add_subdirectory(libbroad)