diff options
author | Tony Theodore <tonyt@logyst.com> | 2019-10-13 07:36:43 (GMT) |
---|---|---|
committer | Tony Theodore <tonyt@logyst.com> | 2019-10-13 07:36:43 (GMT) |
commit | a9df005bb15b4fd9b8110d9bb90651e4406da251 (patch) | |
tree | fc3123e0f9cfdf5e45dc9d209eded8f9f733ac7e /src/cmake | |
parent | 50bf6395cc40699637fa163b831eaf458962317a (diff) | |
download | mxe-a9df005bb15b4fd9b8110d9bb90651e4406da251.zip mxe-a9df005bb15b4fd9b8110d9bb90651e4406da251.tar.gz mxe-a9df005bb15b4fd9b8110d9bb90651e4406da251.tar.bz2 |
openthreads and openscenegraph: move try run results to cmake wrapper
Diffstat (limited to 'src/cmake')
-rw-r--r-- | src/cmake/modules/TryRunResults.cmake | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/src/cmake/modules/TryRunResults.cmake b/src/cmake/modules/TryRunResults.cmake index 9e94acc..c60bab1 100644 --- a/src/cmake/modules/TryRunResults.cmake +++ b/src/cmake/modules/TryRunResults.cmake @@ -154,7 +154,7 @@ set( C_CHAR_SIGNED set( C_CHAR_SIGNED__TRYRUN_OUTPUT "" CACHE STRING "Output from TRY_RUN" FORCE) -set( HAVE_IOEO_EXITCODE +set( HAVE_IOEO_EXITCODE "0" CACHE STRING "Result from TRY_RUN" FORCE) set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT @@ -163,3 +163,15 @@ set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT set( CMAKE_REQUIRE_LARGE_FILE_SUPPORT__TRYRUN_OUTPUT "" CACHE STRING "Output from TRY_RUN" FORCE) +set( _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS_EXITCODE + "1" + CACHE STRING "Result from TRY_RUN" FORCE) +set( _OPENTHREADS_ATOMIC_USE_GCC_BUILTINS_EXITCODE__TRYRUN_OUTPUT + "" + CACHE STRING "Output from TRY_RUN" FORCE) +set( POPPLER_HAS_CAIRO_EXITCODE + "0" + CACHE STRING "Result from TRY_RUN" FORCE) +set( POPPLER_HAS_CAIRO_EXITCODE__TRYRUN_OUTPUT + "" + CACHE STRING "Output from TRY_RUN" FORCE) |