mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2025-09-18 00:48:09 +08:00
Fix compilation errors on WebAssembly and Windows.
This commit is contained in:
@@ -201,7 +201,7 @@ if (FTXUI_BUILD_TESTS AND ${CMAKE_VERSION} VERSION_GREATER "3.11.4")
|
||||
|
||||
FetchContent_Declare( googletest
|
||||
GIT_REPOSITORY "https://github.com/google/googletest"
|
||||
GIT_TAG release-1.10.0
|
||||
GIT_TAG 23ef29555ef4789f555f1ba8c51b4c52975f0907
|
||||
)
|
||||
|
||||
FetchContent_GetProperties(googletest)
|
||||
|
@@ -5,8 +5,6 @@
|
||||
|
||||
namespace ftxui {
|
||||
|
||||
Box box;
|
||||
|
||||
// Helper class.
|
||||
class Reflect : public Node {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user