Skip to content
Snippets Groups Projects
Commit bc42cb48 authored by Stephen Hurd's avatar Stephen Hurd
Browse files

Missing =

parent a31e79be
No related branches found
No related tags found
No related merge requests found
...@@ -64,5 +64,5 @@ target_link_libraries(xpdevplus ciolib comio encode hash uifc xpdev) ...@@ -64,5 +64,5 @@ target_link_libraries(xpdevplus ciolib comio encode hash uifc xpdev)
target_include_directories(xpdevplus PUBLIC ${XPDevPlus_BINARY_DIR}) target_include_directories(xpdevplus PUBLIC ${XPDevPlus_BINARY_DIR})
target_compile_options(xpdevplus PUBLIC "SHELL:-include xpdevplus.h") target_compile_options(xpdevplus PUBLIC "SHELL:-include xpdevplus.h")
if (CMAKE_SYSTEM_NAME STREQUAL "Linux") if (CMAKE_SYSTEM_NAME STREQUAL "Linux")
target_compile_definitions(xpdevplus PUBLIC POSIX_C_SOURCE 200809L _DEFAULT_SOURCE _BSD_SOURCE SPEED_MACROS_ONLY _GNU_SOURCE _FILE_OFFSET_BITS=64) target_compile_definitions(xpdevplus PUBLIC POSIX_C_SOURCE=200809L _DEFAULT_SOURCE _BSD_SOURCE SPEED_MACROS_ONLY _GNU_SOURCE _FILE_OFFSET_BITS=64)
endif() endif()
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment