Skip to content
Snippets Groups Projects
Commit a227c0e6 authored by Sebastian Pape's avatar Sebastian Pape
Browse files

Something is wrong with the binaries

parent b9a33438
No related branches found
No related tags found
No related merge requests found
...@@ -20,13 +20,6 @@ project("DasherLib") ...@@ -20,13 +20,6 @@ project("DasherLib")
# set(LIBC_PATH "/work/vrdemo/unreal_engines/5.3.2/Engine/Source/ThirdParty/Unix/LibCxx/") # set(LIBC_PATH "/work/vrdemo/unreal_engines/5.3.2/Engine/Source/ThirdParty/Unix/LibCxx/")
set(LIBC_PATH "/home/ue4/UnrealEngine/Engine/Source/ThirdParty/Unix/LibCxx/") set(LIBC_PATH "/home/ue4/UnrealEngine/Engine/Source/ThirdParty/Unix/LibCxx/")
############################################################################################################
# Set Default Build Type to Release/RelWithDebugInfo
############################################################################################################
if (NOT CMAKE_BUILD_TYPE OR CMAKE_BUILD_TYPE STREQUAL "")
set(CMAKE_BUILD_TYPE "RelWithDebInfo" CACHE STRING "" FORCE)
endif()
if (UNIX) if (UNIX)
############################################################################################################ ############################################################################################################
# Flags needed for clang to use unreal's libc++ # Flags needed for clang to use unreal's libc++
......
No preview for this file type
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment