Skip to content

Commit

Permalink
Some minor cleaning up.
Browse files Browse the repository at this point in the history
  • Loading branch information
agarny committed Nov 1, 2019
1 parent 9f6fc04 commit 476ef93
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions CMakeLists.txt
Expand Up @@ -304,12 +304,6 @@ if(NOT EXISTS ${FULL_DEST_EXTERNAL_BINARIES_DIR})
file(MAKE_DIRECTORY ${FULL_DEST_EXTERNAL_BINARIES_DIR})
endif()

if(APPLE)
set(FULL_DEST_EXTERNAL_BASE_DIR ${FULL_DEST_EXTERNAL_BINARIES_DIR})
else()
set(FULL_DEST_EXTERNAL_BASE_DIR ${PROJECT_BUILD_DIR})
endif()

# Some in-house CMake macros

include(${CMAKE_SOURCE_DIR}/cmake/common.cmake)
Expand Down

0 comments on commit 476ef93

Please sign in to comment.