mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 11:23:45 +00:00
Amend 02beaa0a7b
for cmake build
This commit is contained in:
parent
de08319c73
commit
6c46cc66c9
@ -232,15 +232,6 @@ check_cxx_source_compiles(
|
||||
"
|
||||
HAVE_DEF_MAKE_UNIQUE)
|
||||
|
||||
check_cxx_source_compiles(
|
||||
"
|
||||
#include <mutex>
|
||||
static std::once_flag flag;
|
||||
int main() {
|
||||
std::call_once(flag, [](){ return; });
|
||||
return(0);
|
||||
}
|
||||
"
|
||||
LYX_USE_STD_CALL_ONCE)
|
||||
|
||||
if (ENCHANT_FOUND)
|
||||
|
Loading…
Reference in New Issue
Block a user