Files
CMake/Source
Fred Baksik ca899af3e2 Toolchain: Handle repeated invocations of CMake with -DCMAKE_C_COMPILER
Repeated invocations of `cmake ... -DCMAKE_C_COMPILER=gcc` should not
trigger a "You have changed variables" message even though the cache
value of CMAKE_C_COMPILER changes from '/path/to/gcc' to 'gcc'.

Make repeated invocations of `cmake ... -DCMAKE_C_COMPILER=gcc;-pipe`
not trigger the warning by comparing the compiler name portion of the list to
the compiler being used.
2020-07-29 11:51:27 -04:00
..
2020-07-09 09:42:00 -04:00
2020-07-09 19:08:32 +02:00
2020-07-23 08:20:48 -04:00
2020-07-23 00:01:12 -04:00
2020-07-15 20:22:04 +05:30
2020-04-20 23:05:15 +02:00
2020-07-11 14:03:03 -04:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-02-27 11:11:30 +01:00
2020-06-01 08:54:20 -04:00
2020-07-15 10:53:43 -04:00
2020-03-05 07:34:01 -05:00
2020-04-29 11:16:44 -04:00
2020-04-20 23:05:15 +02:00