FLTK logo

[fltk.coredev] Re: CMAKE build with build examples. On and test OFF fails

FLTK matrix user chat room
(using Element browser app)   FLTK gitter user chat room   GitHub FLTK Project   FLTK News RSS Feed  
  FLTK Apps      FLTK Library      Forums      Links     Login 
 All Forums  |  Back to fltk.coredev  ]
 
Previous Message ]New Message | Reply ]Next Message ]

Re: CMAKE build with build examples. On and test OFF fails imacarthur Nov 18, 2022  
 
On Friday, 18 November 2022 at 12:34:50 UTC Gonzalo wrote:
Compiling on macOS:

$ cd FLTK_DIR
$ mkdir build
$ cd build
$ cmake .. -D FLTK_BUILD_EXAMPLES=ON -D FLTK_BUILD_TEST=OFF

…etc…

-- Found Threads: TRUE
CMake Error at CMake/fl_create_example.cmake:98 (FLTK_RUN_FLUID):
Unknown CMake command "FLTK_RUN_FLUID".
Call Stack (most recent call first):
examples/CMakeLists.txt:116 (CREATE_EXAMPLE)

Oh, interesting...

I do not think I have *ever* tried that combination.
I guess the crux is that the fluid stuff is typically invoked to build the tests, but if you do not build the tests, that means that fluid is not set up, or something?

TBH, I'd be inclined to remove the ability to inhibit the tests, since they are Very Useful anyway...!

--
You received this message because you are subscribed to the Google Groups "fltk.coredev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to fltkcoredev+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/fltkcoredev/195773ec-0177-4a48-a58c-45e0396322b4n%40googlegroups.com.
Direct Link to Message ]
 
     
Previous Message ]New Message | Reply ]Next Message ]
 
 

Comments are owned by the poster. All other content is copyright 1998-2024 by Bill Spitzak and others. This project is hosted by The FLTK Team. Please report site problems to 'erco@seriss.com'.