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
64e6bc5ca3
CMake
/
Tests
/
RunCMake
/
set_property
/
RunCMakeTest.cmake
5 lines
75 B
CMake
Raw
Normal View
History
Unescape
Escape
set_property: Fix crash when setting LINK_LIBRARIES to nothing We use a special dedicated structure to store the LINK_LIBRARIES target property. Do not try to construct a string from a NULL value. Instead leave the property structure empty when no value is given. Reported-by: Ghyslain Leclerc <ghleclerc@gmail.com>
2015-07-08 20:14:37 +03:00
include
(
RunCMake
)
run_cmake
(
LINK_LIBRARIES
)
Allow LINK_SEARCH_{START,END}_STATIC props to have default values. Use the CMAKE_LINK_SEARCH_START_STATIC and CMAKE_LINK_SEARCH_END_STATIC variables to initialize the LINK_SEARCH_START_STATIC and LINK_SEARCH_END_STATIC target properties respectively.
2015-08-07 22:11:57 +03:00
run_cmake
(
LINK_SEARCH_STATIC
)