This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
dbef2244f9
CMake
/
Tests
/
RunCMake
/
set_property
/
COMPILE_OPTIONS-stdout.txt
3 lines
87 B
Plaintext
Raw
Normal View
History
Unescape
Escape
cmTarget: Only append non-empty values to buildsystem properties. This is a change in behavior from CMake 3.3, but there is no semantic meaning to empty entries in buildsystem properties. This also restores behavior to that of CMake 2.8.10.
2015-09-10 23:58:04 +03:00
-- Target COMPILE_OPTIONS is 'a;b;c;d;;e'
Tests: Cover set_property for buildsystem directory properties Extend the RunCMake.set_property test with cases covering buildsystem directory properties: * COMPILE_DEFINITIONS * COMPILE_OPTIONS * INCLUDE_DIRECTORIES Also test a non-buildsystem property to document the equivalence in behavior.
2015-09-02 23:38:19 +03:00
-- Directory COMPILE_OPTIONS is 'a;b;c;d;;e'