More changes to Windows build scripts

Limited compatibility to Visual Studio 2013 or newer
Fixed the missing 'd' suffix linking ....\opencollada\xmld.lib
Fixed failure when calling the scripts without specifying a generator
This commit is contained in:
ahladik
2020-12-22 12:05:21 +01:00
committed by Thomas Krijnen
parent 36f51e19b5
commit 6a8d8139ed
3 changed files with 18 additions and 23 deletions
+4
View File
@@ -209,6 +209,10 @@ endfunction()
if(BUILD_IFCGEOM)
IF(MSVC)
add_debug_variants(LIBXML2_LIBRARIES "${LIBXML2_LIBRARIES}" d)
ENDIF()
# Find Open CASCADE
IF("${OCC_INCLUDE_DIR}" STREQUAL "")
SET(OCC_INCLUDE_DIR "/usr/include/oce/" CACHE FILEPATH "Open CASCADE header files")