File tree Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Expand file tree Collapse file tree 1 file changed +0
-10
lines changed Original file line number Diff line number Diff line change @@ -31,16 +31,6 @@ SET(PACKAGE_INSTALL_DIR lib${LIB_SUFFIX}/cmake
31
31
CACHE PATH "Install dir for cmake package config files" )
32
32
MARK_AS_ADVANCED ( RUNTIME_INSTALL_DIR ARCHIVE_INSTALL_DIR INCLUDE_INSTALL_DIR PACKAGE_INSTALL_DIR )
33
33
34
- # This ensures shared DLL are in the same dir as executable on Windows.
35
- # Put all executables / libraries are in a project global directory.
36
- SET (CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR} /lib
37
- CACHE PATH "Single directory for all static libraries." )
38
- SET (CMAKE_LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR} /lib
39
- CACHE PATH "Single directory for all dynamic libraries on Unix." )
40
- SET (CMAKE_RUNTIME_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR} /bin
41
- CACHE PATH "Single directory for all executable and dynamic libraries on Windows." )
42
- MARK_AS_ADVANCED ( CMAKE_RUNTIME_OUTPUT_DIRECTORY CMAKE_LIBRARY_OUTPUT_DIRECTORY CMAKE_ARCHIVE_OUTPUT_DIRECTORY )
43
-
44
34
# Set variable named ${VAR_NAME} to value ${VALUE}
45
35
FUNCTION (set_using_dynamic_name VAR_NAME VALUE )
46
36
SET ( "${VAR_NAME} " "${VALUE} " PARENT_SCOPE )
You can’t perform that action at this time.
0 commit comments