Browse Source
Make disabling DYNAMIC_ARCH on unsupported systems work
needs to be unset in the cache for the change to have any effect
tags/v0.3.7
Martin Kroeker
GitHub
7 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
cmake/arch.cmake
|
|
|
@@ -81,7 +81,8 @@ if (DYNAMIC_ARCH) |
|
|
|
endif () |
|
|
|
|
|
|
|
if (NOT DYNAMIC_CORE) |
|
|
|
unset(DYNAMIC_ARCH) |
|
|
|
message (STATUS "DYNAMIC_ARCH is not supported on this architecture, removing from options") |
|
|
|
unset(DYNAMIC_ARCH CACHE) |
|
|
|
endif () |
|
|
|
endif () |
|
|
|
|
|
|
|
|