simdjson/cmake
Jeremy Ong b3a26fd0cc
Do not enable -fPIC when compiling on Windows (#1280)
Regardless of the compiler, Windows targets do not support -fPIC,
as position independent code is already implicitly enabled. Compiling
simdjson with Clang on Windows will error because -fPIC is an
unsupported option for target 'x86_64-pc-windows-msvc'.
2020-11-02 08:18:04 -05:00
..
add_cpp_test.cmake Make singleheader tests be test-only 2020-06-23 13:35:27 -07:00
simdjson-flags.cmake Do not enable -fPIC when compiling on Windows (#1280) 2020-11-02 08:18:04 -05:00
simdjson-user-cmakecache.cmake Make singleheader tests be test-only 2020-06-23 13:35:27 -07:00