Merge pull request #448 from alexei-zebra/main
fix build project in ALT Linux
This commit is contained in:
commit
dece2e25bc
@ -63,7 +63,7 @@ else()
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie -lstdc++fs")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")
|
||||
endif()
|
||||
|
||||
if(WIN32)
|
||||
|
||||
@ -14,6 +14,7 @@
|
||||
#include "maths/voxmaths.hpp"
|
||||
|
||||
#include <set>
|
||||
#include <algorithm>
|
||||
#include <stdint.h>
|
||||
#include <stdexcept>
|
||||
#include <glm/glm.hpp>
|
||||
|
||||
@ -35,7 +35,7 @@ else()
|
||||
endif()
|
||||
|
||||
if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie -lstdc++fs")
|
||||
set(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -no-pie")
|
||||
endif()
|
||||
|
||||
target_include_directories(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user