Skip to content
Snippets Groups Projects
Commit 1a1fb419 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Disable precompiled header on linux until it's fixed

parent 630f471e
No related branches found
No related tags found
No related merge requests found
...@@ -153,6 +153,8 @@ endif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows") ...@@ -153,6 +153,8 @@ endif (${CMAKE_SYSTEM_NAME} STREQUAL "Windows")
if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") if (${CMAKE_SYSTEM_NAME} MATCHES "Linux")
set(LINUX ON BOOL FORCE) set(LINUX ON BOOL FORCE)
set(USE_PRECOMPILED_HEADERS OFF)
if (ADDRESS_SIZE EQUAL 32) if (ADDRESS_SIZE EQUAL 32)
set(DEB_ARCHITECTURE i386) set(DEB_ARCHITECTURE i386)
set(FIND_LIBRARY_USE_LIB64_PATHS OFF) set(FIND_LIBRARY_USE_LIB64_PATHS OFF)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment