Skip to content

Commit 234ae43

Browse files
committed
Remove setup_x64.bat invokation
1 parent b90a111 commit 234ae43

2 files changed

Lines changed: 0 additions & 12 deletions

File tree

make.bat

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ REM Convenience wrapper for CMake commands
99

1010
REM Script command (1st parameter)
1111

12-
call setup_x64.bat
1312
set COMMAND=%1
1413

1514

src/luxcore/CMakeLists.txt

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -110,17 +110,6 @@ target_link_libraries(luxcore_static PRIVATE
110110
add_definitions(-DCPP_API_EXPORTS ${VISIBILITY_FLAGS}) # for controlling visibility
111111
link_directories (${SLG_LIB_DIR} ${LuxRays_LIB_DIR})
112112

113-
# In case of MSVC, run setup_x64.bat before all targets.
114-
# setup_x64.bat must therefore be in the PATH
115-
if(MSVC)
116-
add_custom_target(setup_x64 ALL
117-
COMMAND cmd /c setup_x64.bat
118-
COMMENT "Running setup_x64.bat"
119-
)
120-
# Make all build targets depend on setup_x64
121-
add_dependencies(luxcore setup_x64)
122-
endif()
123-
124113
set_target_properties(luxcore PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
125114
set_target_properties(luxcore_static PROPERTIES WINDOWS_EXPORT_ALL_SYMBOLS ON)
126115

0 commit comments

Comments
 (0)