Commit 707ede86 by Sebastian Bauer

Compile regexp dependency when AMIGA is defined.

Before it was compiled when CMake was actually run on AmigaOS.
parent c57c4af3
......@@ -106,7 +106,7 @@ ELSE()
ENDIF()
# Include POSIX regex when it is required
IF(WIN32 OR CMAKE_SYSTEM_NAME STREQUAL "AmigaOS")
IF(WIN32 OR AMIGA)
INCLUDE_DIRECTORIES(deps/regex)
SET(SRC_REGEX deps/regex/regex.c)
ENDIF()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment