Skip to content

Commit

Permalink
Pass platform info through
Browse files Browse the repository at this point in the history
  • Loading branch information
IssMneur committed Oct 19, 2016
1 parent a3a6905 commit 02a24db
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,9 @@ if(USE_3RDPARTY)
message("--- Using 3rd party source directory")
execute_process(COMMAND ${CMAKE_COMMAND}
-P ${3RD_PARTY_SOURCE_DIR}/build_deps.cmake
-DIS_WIN32=${IS_WIN32}
-DIS_LINUX=${IS_LINUX}
-DIS_APPLE=${IS_APPLE}
WORKING_DIRECTORY ${3RD_PARTY_SOURCE_DIR}
RESULT_VARIABLE USE_3RDPARTY_BUILD
)
Expand Down

0 comments on commit 02a24db

Please sign in to comment.