diff options
Diffstat (limited to 'support/misc/Buildroot.cmake')
-rw-r--r-- | support/misc/Buildroot.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/misc/Buildroot.cmake b/support/misc/Buildroot.cmake new file mode 100644 index 0000000000..b0046b387b --- /dev/null +++ b/support/misc/Buildroot.cmake @@ -0,0 +1,3 @@ +include(Platform/Linux) +set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB32_PATHS FALSE) +set_property(GLOBAL PROPERTY FIND_LIBRARY_USE_LIB64_PATHS FALSE) |