mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
Amend 02beaa0a7bc4a094fe54a5453a2e585a077a1eb1 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…
x
Reference in New Issue
Block a user