mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
Test: Remove obsolete commented code.
This should not have survived in commit a247911a
(Tests: Don't read
the LOCATION property from build targets., 2013-11-18).
This commit is contained in:
parent
9c9f69fb9c
commit
b7deca4a54
@ -11,13 +11,11 @@ endif()
|
||||
add_library(mylibA STATIC mylibA.c)
|
||||
set_property(TARGET mylibA PROPERTY
|
||||
ARCHIVE_OUTPUT_DIRECTORY "${LinkDirectory_BINARY_DIR}/External/lib")
|
||||
# get_property(mylibA TARGET mylibA PROPERTY LOCATION)
|
||||
|
||||
# Build a library into our build tree relative to the subproject build tree.
|
||||
add_library(mylibB STATIC mylibB.c)
|
||||
set_property(TARGET mylibB PROPERTY
|
||||
ARCHIVE_OUTPUT_DIRECTORY "${LinkDirectory_BINARY_DIR}/lib")
|
||||
# get_property(mylibB TARGET mylibB PROPERTY LOCATION)
|
||||
|
||||
# Create a custom target to drive the subproject build.
|
||||
include(ExternalProject)
|
||||
|
Loading…
Reference in New Issue
Block a user